commit 156632118d2c358a687acc0e2f915cea5d02ab32
parent 4e76f6c9050ade242528b29b2a02585135989684
Author: Heikki Lindholm <holin@iki.fi>
Date: Wed, 13 Feb 2008 08:03:10 +0000
64-bit BE fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/pack.c b/src/plugins/pack.c
@@ -29,10 +29,10 @@ MODIFICATIONS.
typedef unsigned char byte;
typedef unsigned short half;
-typedef unsigned long word;
+typedef unsigned int word;
typedef signed char sbyte;
typedef signed short shalf;
-typedef signed long sword;
+typedef signed int sword;
/*