diff src/s/sol2.h @ 4122:8fea628c26fb

[xemacs-hg @ 2007-08-17 08:01:13 by crestani] 2007-08-14 Marcus Crestani <crestani@xemacs.org> * s/sol2.h: Fix for GCC lossage not needed with SunOS 5.10.
author crestani
date Fri, 17 Aug 2007 08:01:23 +0000
parents 6265c9c31f53
children 8c406331e77e 861f2601a38b
line wrap: on
line diff
--- a/src/s/sol2.h	Thu Aug 16 21:52:08 2007 +0000
+++ b/src/s/sol2.h	Fri Aug 17 08:01:23 2007 +0000
@@ -11,7 +11,7 @@
 #endif
 
 /* Fix understandable GCC lossage on Solaris 2.6 */
-#if defined(__GNUC__) && OS_RELEASE >= 506 && !defined(NOT_C_CODE)
+#if defined(__GNUC__) && OS_RELEASE >= 506 && OS_RELEASE < 510 && !defined(NOT_C_CODE)
 
 /* GCC va_list munging is a little messed up */
 #define __GNUC_VA_LIST