aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-02-26 20:47:37 +0000
committerRichard M. Stallman1994-02-26 20:47:37 +0000
commit7ea5afd257c740da374a0419b2f2fc9a3b5b4ec5 (patch)
treede3bdedf1a04c32f444ce5ef7736f55a5ba2abe6 /src
parenta0932daa92bbf02262926f6b9a4d1828411a29e2 (diff)
downloademacs-7ea5afd257c740da374a0419b2f2fc9a3b5b4ec5.tar.gz
emacs-7ea5afd257c740da374a0419b2f2fc9a3b5b4ec5.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 7cf4718c9f3..8a7dc0e4ab0 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -10,8 +10,8 @@
10 10
11#define POSIX 11#define POSIX
12 12
13/* Here is how to find X Windows. The -R option says where 13/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
14 to find X windows at run time. */ 14 says where to find X windows at run time. */
15#ifndef __GNUC__ 15#ifndef __GNUC__
16#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX 16#define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
17#else /* GCC */ 17#else /* GCC */