summaryrefslogtreecommitdiff
path: root/src/s/sol2.h
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-17 14:09:13 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-17 14:09:13 +0000
commit35ad054578a15b8f98b7d7e93f03d2f9cd112c3e (patch)
tree9d5bf976f170893bab62f80c30ba71d17f95f147 /src/s/sol2.h
parent2749d28e1bd80262749657ee4a60e5b1f75b6cb8 (diff)
downloademacs-35ad054578a15b8f98b7d7e93f03d2f9cd112c3e.tar.gz
* s/sol2.h:
* s/sol2-4.h: Reorganize conditionals.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r--src/s/sol2.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index aa30be3675c..1938fb6d865 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -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. */