From 17f28c40fa08b585b95d4a2531b1cd975d11e986 Mon Sep 17 00:00:00 2001 From: Charles Bailey Date: Thu, 26 Mar 1998 10:11:50 -0500 Subject: Next wave of _63 VMS patches p4raw-id: //depot/perl@854 --- EXTERN.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'EXTERN.h') diff --git a/EXTERN.h b/EXTERN.h index a48d0d3047..8b0584efd8 100644 --- a/EXTERN.h +++ b/EXTERN.h @@ -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 -- cgit v1.2.1