diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-17 19:02:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-17 19:02:36 +0000 |
commit | c405620eb5e1979893fcf3afbead8efe458814a2 (patch) | |
tree | 7b421335c48ed45da770e06ebf85d4e2457196ac /src/s | |
parent | 0f00b805e7bea0771eafd321a23bacd357fe1b8c (diff) | |
download | emacs-c405620eb5e1979893fcf3afbead8efe458814a2.tar.gz |
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/sco5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 7f0f21d08f8..1c914a37299 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h @@ -149,8 +149,10 @@ Boston, MA 02111-1307, USA. */ #define UNEXEC unexelf.o +#ifndef __GNUC__ #define C_SWITCH_SYSTEM -belf #define LD_SWITCH_SYSTEM -belf +#endif /* SCO has a working alloca in libPW */ #define HAVE_ALLOCA |