From 4761c987e68ee2ac046984d2ae2d680f7aa6774c Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 31 Jan 2000 20:14:55 +0000 Subject: [PATCH] fixed sun pro specific pragma --- src/libCom/misc/shareLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/misc/shareLib.h b/src/libCom/misc/shareLib.h index de1c15d90..2d77977a1 100644 --- a/src/libCom/misc/shareLib.h +++ b/src/libCom/misc/shareLib.h @@ -165,7 +165,7 @@ # elif defined (_MSC_VER) # define INLINE __inline # elif defined (_SUNPRO_C) -# pragma error_messages (off, extern and prior uses redeclared as static) +# pragma error_messages (off, E_EXTERN_PRIOR_REDECL_STATIC) # define INLINE static # else # define INLINE static