diff options
Diffstat (limited to 'EXTERN.h')
-rw-r--r-- | EXTERN.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ #undef EXTCONST #undef dEXTCONST #if defined(VMS) && !defined(__GNUC__) + /* Suppress portability warnings from DECC for VMS-specific extensions */ +# ifdef __DECC +# pragma message disable (GLOBALEXT,NOSHAREEXT,READONLYEXT) +# endif # define EXT globalref # define dEXT globaldef {"$GLOBAL_RW_VARS"} noshare # define EXTCONST globalref |