From f73e7d4606c5ec97a9deb189a41ec8d38660879a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 21 May 2003 18:23:46 +0000 Subject: * cipher.h, i18n.h, iobuf.h, memory.h, mpi.h, types.h, util.h: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. --- include/cipher.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/cipher.h') diff --git a/include/cipher.h b/include/cipher.h index e7b0c2dc1..23a5aeb0d 100644 --- a/include/cipher.h +++ b/include/cipher.h @@ -105,11 +105,11 @@ struct gcry_md_context { typedef struct gcry_md_context *MD_HANDLE; #ifndef EXTERN_UNLESS_MAIN_MODULE - #if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE) - #define EXTERN_UNLESS_MAIN_MODULE extern - #else - #define EXTERN_UNLESS_MAIN_MODULE - #endif +#if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE) +#define EXTERN_UNLESS_MAIN_MODULE extern +#else +#define EXTERN_UNLESS_MAIN_MODULE +#endif #endif EXTERN_UNLESS_MAIN_MODULE int g10c_debug_mode; EXTERN_UNLESS_MAIN_MODULE int g10_opt_verbose; -- cgit v1.2.3