]> git.eshelyaron.com Git - emacs.git/commitdiff
* s/sol2.h:
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 17 Jul 2008 14:09:13 +0000 (14:09 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 17 Jul 2008 14:09:13 +0000 (14:09 +0000)
* s/sol2-4.h: Reorganize conditionals.

src/ChangeLog
src/s/sol2-4.h
src/s/sol2.h

index a82e5c629682daa931077f136b00f4dd581f331e..e540db8d607da414462ce1f44ca8b35bc909e85d 100644 (file)
@@ -1,5 +1,8 @@
 2008-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * s/sol2.h:
+       * s/sol2-4.h: Reorganize conditionals.
+
        * ecrt0.c: Remove code depending on m68000, not used anymore.
 
        * fns.c (hash_remove): Make static.
index 3cf2786c5008db0908facb4a33d59501c604617c..df8552e9562facba38606c3ab4a306e022af75cd 100644 (file)
@@ -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.
 #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 <gshapiro@hhmi.org> reports the Motif header files
index aa30be3675cb6ddfc22c643844901cf3138828a8..1938fb6d86536e206d82781b4a80ee5c594b366d 100644 (file)
@@ -31,6 +31,8 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    says where to find X windows at run time.  */
 #ifndef __GNUC__
 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
+/* eggert thinks all versions of SunPro C allowed this.  */
+#define C_DEBUG_SWITCH -g -O
 #else /* GCC */
 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
    has anything in it.  It can be empty.
@@ -48,11 +50,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #define HAVE_LIBKSTAT
 #endif
 
-/* eggert thinks all versions of SunPro C allowed this.  */
-#ifndef __GNUC__
-#define C_DEBUG_SWITCH -g -O
-#endif
-
 /* inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
    XIM support.  */