aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-12-21 17:19:48 +0000
committerKarl Heuer1995-12-21 17:19:48 +0000
commit923735b79f268fae5a51d15d16a44000e7f240c5 (patch)
tree4bd4fa2c1d819464b199ea9b2bba114c999808dc /src
parent5e182e80bf157b6fc130c8c4fdca6aac93195de9 (diff)
downloademacs-923735b79f268fae5a51d15d16a44000e7f240c5.tar.gz
emacs-923735b79f268fae5a51d15d16a44000e7f240c5.zip
(C_SWITCH_SYSTEM): #undef this if THIS_IS_MAKEFILE.
Diffstat (limited to 'src')
-rw-r--r--src/s/irix6-0.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index d7fca0fbfbb..d6ec5a2b744 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -7,3 +7,10 @@
7#ifndef __GNUC__ 7#ifndef __GNUC__
8#define LD_SWITCH_SYSTEM -32 8#define LD_SWITCH_SYSTEM -32
9#endif 9#endif
10
11/* This macro definition, which we inherited from irix5-0.h,
12 is needed in configure on Irix 5, but gets in the way there
13 on Irix 6. So get rid of it except in Makefile.in where we need it. */
14#ifndef THIS_IS_MAKEFILE
15#undef C_SWITCH_SYSTEM
16#endif