From 6a45cdd4cc1321567d929f41721792c9e3d38401 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sat, 18 Oct 2008 18:17:19 +0200 Subject: Imported Upstream version 0.7.jit26357da --- secmem/util.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'secmem/util.h') diff --git a/secmem/util.h b/secmem/util.h index 7986c99..5d28925 100644 --- a/secmem/util.h +++ b/secmem/util.h @@ -23,18 +23,18 @@ #include #ifndef HAVE_BYTE_TYPEDEF -# undef byte +# undef byte # ifdef __riscos__ /* Norcroft treats char == unsigned char but char* != unsigned char* */ typedef char byte; -# else +# else typedef unsigned char byte; -# endif +# endif # define HAVE_BYTE_TYPEDEF #endif #ifndef HAVE_ULONG_TYPEDEF -# undef ulong +# undef ulong typedef unsigned long ulong; # define HAVE_ULONG_TYPEDEF #endif -- cgit