diff options
Diffstat (limited to 'include/iobuf.h')
-rw-r--r-- | include/iobuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iobuf.h b/include/iobuf.h index 030f8c8e9..dfa96b286 100644 --- a/include/iobuf.h +++ b/include/iobuf.h @@ -70,7 +70,7 @@ struct iobuf_struct { }; #ifndef EXTERN_UNLESS_MAIN_MODULE -#if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE) +#if !defined (INCLUDED_BY_MAIN_MODULE) #define EXTERN_UNLESS_MAIN_MODULE extern #else #define EXTERN_UNLESS_MAIN_MODULE |