From d6cccf625bccc9f3ca9dd20213a6e8214416efbb Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 3 Apr 2016 09:16:17 +0000 Subject: texk/ps2pk: Avoid compiler warnings git-svn-id: svn://tug.org/texlive/trunk@40223 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/ps2pk/ChangeLog | 4 ++++ Build/source/texk/ps2pk/arith.h | 2 +- Build/source/texk/ps2pk/pk2bm.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/ps2pk') diff --git a/Build/source/texk/ps2pk/ChangeLog b/Build/source/texk/ps2pk/ChangeLog index 667c2ca6932..ec4ccb7c663 100644 --- a/Build/source/texk/ps2pk/ChangeLog +++ b/Build/source/texk/ps2pk/ChangeLog @@ -1,3 +1,7 @@ +2016-04-03 Akira Kakuto + + * arith.h, pk2bm.c: Avoid compiler warnings. + 2016-02-01 Karl Berry * configure.ac 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*/ diff --git a/Build/source/texk/ps2pk/pk2bm.c b/Build/source/texk/ps2pk/pk2bm.c index 715a380a115..39303dadf82 100644 --- a/Build/source/texk/ps2pk/pk2bm.c +++ b/Build/source/texk/ps2pk/pk2bm.c @@ -36,6 +36,7 @@ #include #include "pkin.h" +#include "basics.h" #ifdef WIN32 #include -- cgit v1.2.3