emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/sol2-4.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/s/sol2-4.h,v
Date: Thu, 17 Jul 2008 14:09:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/17 14:09:13

Index: s/sol2-4.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/sol2-4.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- s/sol2-4.h  10 Jul 2008 15:26:15 -0000      1.19
+++ s/sol2-4.h  17 Jul 2008 14:09:12 -0000      1.20
@@ -2,13 +2,6 @@
 
 #include "sol2-3.h"
 
-/* Get rid of -traditional and let const really do its thing.  */
-
-#ifdef __GNUC__
-#undef C_SWITCH_SYSTEM
-#undef const
-#endif /* __GNUC__ */
-
 #undef LD_SWITCH_SYSTEM
 
 /* `#ifdef USE_MOTIF' won't work here, since USE_MOTIF isn't defined yet.
@@ -25,6 +18,10 @@
 #define LD_SWITCH_SYSTEM_TEMACS -L/usr/ccs/lib \
  `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` \
   `NOT_USING_MOTIF || echo ' -R/usr/dt/lib -L/usr/dt/lib'`
+
+/* Get rid of -traditional and let const really do its thing.  */
+#undef C_SWITCH_SYSTEM
+#undef const
 #endif /* GCC */
 
 /* Gregory Neil Shapiro <address@hidden> reports the Motif header files




reply via email to

[Prev in Thread] Current Thread [Next in Thread]