[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/sol2.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/sol2.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.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/sol2.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- s/sol2.h 10 Jul 2008 15:26:15 -0000 1.40
+++ s/sol2.h 17 Jul 2008 14:09:13 -0000 1.41
@@ -31,6 +31,8 @@
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 @@
#define HAVE_LIBKSTAT
#endif
-/* eggert thinks all versions of SunPro C allowed this. */
-#ifndef __GNUC__
-#define C_DEBUG_SWITCH -g -O
-#endif
-
/* address@hidden says Solaris has a bug related to X11R6-style
XIM support. */