changeset 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 93d89c13f1b5
children 5333f383efbd
files src/ChangeLog src/s/sol2.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 16 21:52:08 2007 +0000
+++ b/src/ChangeLog	Fri Aug 17 08:01:23 2007 +0000
@@ -1,3 +1,7 @@
+2007-08-14  Marcus Crestani  <crestani@xemacs.org>
+
+	* s/sol2.h: Fix for GCC lossage not needed with SunOS 5.10.
+
 2007-08-15  Marcus Crestani  <crestani@xemacs.org>
 
 	* buffer.c (Fkill_buffer):
--- 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