CVS update by crestani xemacs/src/s ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Fri Aug 17 04:01:24 EDT 2007


  User: crestani
  Date: 07/08/17 10:01:24

  Modified:    xemacs/src/s sol2.h
Log:
2007-08-14  Marcus Crestani  <crestani at xemacs.org>

	* s/sol2.h: Fix for GCC lossage not needed with SunOS 5.10.

Revision  Changes    Path
1.1085    +4 -0      XEmacs/xemacs/src/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/ChangeLog,v
retrieving revision 1.1084
retrieving revision 1.1085
diff -u -p -r1.1084 -r1.1085
--- ChangeLog	2007/08/15 11:06:02	1.1084
+++ ChangeLog	2007/08/17 08:01:13	1.1085
@@ -1,3 +1,7 @@
+2007-08-14  Marcus Crestani  <crestani at xemacs.org>
+
+	* s/sol2.h: Fix for GCC lossage not needed with SunOS 5.10.
+
 2007-08-15  Marcus Crestani  <crestani at xemacs.org>
 
 	* buffer.c (Fkill_buffer):



1.13      +1 -1      XEmacs/xemacs/src/s/sol2.h

Index: sol2.h
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/s/sol2.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sol2.h	2003/09/18 05:14:00	1.12
+++ sol2.h	2007/08/17 08:01:23	1.13
@@ -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





More information about the XEmacs-CVS mailing list