diff options
author | Andreas Schwab <schwab@suse.de> | 2002-04-15 13:24:05 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-04-15 13:24:05 +0000 |
commit | d8f6d720de474d07323ccdf8c70660bda2e9092a (patch) | |
tree | 8d0504cf6aa875667b9e8becf88a3d90ad5f1a33 /src/m/apollo.h | |
parent | 4c87c7335bf90336a1829b5013dabf3f59124536 (diff) | |
download | emacs-d8f6d720de474d07323ccdf8c70660bda2e9092a.tar.gz |
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Diffstat (limited to 'src/m/apollo.h')
-rw-r--r-- | src/m/apollo.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/m/apollo.h b/src/m/apollo.h index f8424be88b0..2808e580368 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h @@ -1,5 +1,5 @@ /* machine description file for Apollo machine. - Copyright (C) 1985, 1986, 1994, Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1994, 2002, Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -52,10 +52,6 @@ Boston, MA 02111-1307, USA. */ #undef VIRT_ADDR_VARIES -/* Define HAVE_ALLOCA because we use the system's version of alloca. */ - -#define HAVE_ALLOCA - /* Prevent -lg from being used for debugging. Not needed. */ #define LIBS_DEBUG |