diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/fontstruct.h')
-rw-r--r-- | Build/source/texk/ps2pkm/fontstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ps2pkm/fontstruct.h b/Build/source/texk/ps2pkm/fontstruct.h index 39c40f477f4..7b9212f1e3b 100644 --- a/Build/source/texk/ps2pkm/fontstruct.h +++ b/Build/source/texk/ps2pkm/fontstruct.h @@ -51,7 +51,7 @@ typedef enum { typedef struct _FontProp { long name; - long value; /* assumes ATOM is not larger than INT32 */ + intptr_t value; /* large enough to hole an 'int' or 'void *' */ } FontPropRec; typedef struct _FontResolution { |