From 899b8378eca7a3801d02bab5fb4cd13dfb6a8595 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 3 Feb 1998 12:09:20 +0000 Subject: Fixed a few bugs --- include/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/types.h b/include/types.h index 0a2d8752f..e5804be66 100644 --- a/include/types.h +++ b/include/types.h @@ -57,9 +57,9 @@ #ifndef HAVE_U32_TYPEDEF #undef u32 /* maybe there is a macro with this name */ #if SIZEOF_UNSIGNED_INT == 4 - typedef unsigned long u32; - #elif SIZEOF_UNSIGNED_LONG == 4 typedef unsigned int u32; + #elif SIZEOF_UNSIGNED_LONG == 4 + typedef unsigned long u32; #else #error no typedef for u32 #endif -- cgit v1.2.3