summaryrefslogtreecommitdiff
path: root/Build/source/texk/ps2pk/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ps2pk/arith.h')
-rw-r--r--Build/source/texk/ps2pk/arith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/ps2pk/arith.h b/Build/source/texk/ps2pk/arith.h
index 834f776dd50..fa3e1ecd2c1 100644
--- a/Build/source/texk/ps2pk/arith.h
+++ b/Build/source/texk/ps2pk/arith.h
@@ -42,7 +42,7 @@
typedef struct {
int32_t high;
- uint32_t low;
+ int32_t low;
} doublelong;
/*END SHARED*/