summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pkm/t1info.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ps2pkm/t1info.c')
-rw-r--r--Build/source/texk/ps2pkm/t1info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ps2pkm/t1info.c b/Build/source/texk/ps2pkm/t1info.c
index 5e1767bbb00..fd86c3c797a 100644
--- a/Build/source/texk/ps2pkm/t1info.c
+++ b/Build/source/texk/ps2pkm/t1info.c
@@ -81,7 +81,7 @@ enum scaleType {
typedef struct _fontProp {
const char *name;
- LONG atom;
+ int32_t atom;
enum scaleType type;
} fontProp;
@@ -166,7 +166,7 @@ ComputeBounds(
{
int i;
xCharInfo minchar, maxchar;
- LONG width = 0;
+ int32_t width = 0;
int numchars = 0;
int totchars;
int overlap;