diff options
| author | Andreas Schwab | 2002-04-15 13:24:05 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2002-04-15 13:24:05 +0000 |
| commit | d8f6d720de474d07323ccdf8c70660bda2e9092a (patch) | |
| tree | 8d0504cf6aa875667b9e8becf88a3d90ad5f1a33 /src/m/plexus.h | |
| parent | 4c87c7335bf90336a1829b5013dabf3f59124536 (diff) | |
| download | emacs-d8f6d720de474d07323ccdf8c70660bda2e9092a.tar.gz emacs-d8f6d720de474d07323ccdf8c70660bda2e9092a.zip | |
Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
Diffstat (limited to 'src/m/plexus.h')
| -rw-r--r-- | src/m/plexus.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/m/plexus.h b/src/m/plexus.h index b42c93c285a..9f8690127ec 100644 --- a/src/m/plexus.h +++ b/src/m/plexus.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* machine description file for the Plexus running System V.2. | 1 | /* machine description file for the Plexus running System V.2. |
| 2 | Copyright (C) 1986 Free Software Foundation, Inc. | 2 | Copyright (C) 1986, 2002 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -81,16 +81,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 81 | 81 | ||
| 82 | #undef VIRT_ADDR_VARIES | 82 | #undef VIRT_ADDR_VARIES |
| 83 | 83 | ||
| 84 | /* Define C_ALLOCA if this machine does not support a true alloca | ||
| 85 | and the one written in C should be used instead. | ||
| 86 | Define HAVE_ALLOCA to say that the system provides a properly | ||
| 87 | working alloca function and it should be used. | ||
| 88 | Define neither one if an assembler-language alloca | ||
| 89 | in the file alloca.s should be used. */ | ||
| 90 | |||
| 91 | #undef C_ALLOCA | ||
| 92 | #define HAVE_ALLOCA | ||
| 93 | |||
| 94 | /* Define NO_REMAP if memory segmentation makes it not work well | 84 | /* Define NO_REMAP if memory segmentation makes it not work well |
| 95 | to change the boundary between the text section and data section | 85 | to change the boundary between the text section and data section |
| 96 | when Emacs is dumped. If you define this, the preloaded Lisp | 86 | when Emacs is dumped. If you define this, the preloaded Lisp |