diff options
author | David Shaw <[email protected]> | 2003-05-24 16:40:46 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-05-24 16:40:46 +0000 |
commit | 702dfdff274c480de13fcd857fd11c2e848f41d2 (patch) | |
tree | 8e2a2d9636044f4f37c75219b26c0f19600af946 /include/iobuf.h | |
parent | * configure.ac: Edit preprocessor instructions in g10defs.h to remove (diff) | |
download | gnupg-702dfdff274c480de13fcd857fd11c2e848f41d2.tar.gz gnupg-702dfdff274c480de13fcd857fd11c2e848f41d2.zip |
* 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.
Diffstat (limited to '')
-rw-r--r-- | include/iobuf.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/iobuf.h b/include/iobuf.h index f94cf4d28..9ae774207 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -72,11 +72,11 @@ struct iobuf_struct { }; #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 iobuf_debug_mode; |