diff options
Diffstat (limited to 'Build/source/texk/ps2pkm/spaces.h')
-rw-r--r-- | Build/source/texk/ps2pkm/spaces.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ps2pkm/spaces.h b/Build/source/texk/ps2pkm/spaces.h index cbd2e02e9f8..baadecf1678 100644 --- a/Build/source/texk/ps2pkm/spaces.h +++ b/Build/source/texk/ps2pkm/spaces.h @@ -34,7 +34,7 @@ #define IDENTITY t1_Identity typedef SHORT pel; /* integer pel locations */ -typedef LONG fractpel; /* fractional pel locations */ +typedef int32_t fractpel; /* fractional pel locations */ #define FRACTBITS 16 /* number of fractional bits in 'fractpel' */ /* |