aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-11 04:47:56 +0000
committerRichard M. Stallman1993-08-11 04:47:56 +0000
commit31ba73cb9db4f9cb830f03817c8c486867a75fc0 (patch)
tree86f7e78d25cb790fe7104468966a82703aad69ba /src
parent82c1ecc6e54ddede3271c4a4e8e612058b1b9817 (diff)
downloademacs-31ba73cb9db4f9cb830f03817c8c486867a75fc0.tar.gz
emacs-31ba73cb9db4f9cb830f03817c8c486867a75fc0.zip
(C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index 855967b856e..9bebd5d4a56 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -12,7 +12,7 @@
12#define LIBX11_SYSTEM -lXext 12#define LIBX11_SYSTEM -lXext
13 13
14#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11 14#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11
15#define C_SWITCH_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4 15#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4
16 16
17/* Don't use shared libraries. unexec doesn't handle them. 17/* Don't use shared libraries. unexec doesn't handle them.
18 Note GCC automatically passes -a archive to ld, and it has its own 18 Note GCC automatically passes -a archive to ld, and it has its own