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/celerity.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/celerity.h')
| -rw-r--r-- | src/m/celerity.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/m/celerity.h b/src/m/celerity.h index 6e378e84fcc..3ec5e99c1ec 100644 --- a/src/m/celerity.h +++ b/src/m/celerity.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* machine description file for Celerity. | 1 | /* machine description file for Celerity. |
| 2 | Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 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 | ||
| @@ -52,9 +52,5 @@ Boston, MA 02111-1307, USA. */ | |||
| 52 | 52 | ||
| 53 | #define LD_SWITCH_MACHINE -k100000 | 53 | #define LD_SWITCH_MACHINE -k100000 |
| 54 | 54 | ||
| 55 | /* alloca is provided by the system. */ | ||
| 56 | |||
| 57 | #define HAVE_ALLOCA | ||
| 58 | |||
| 59 | /* (short) negative-int doesn't sign-extend correctly */ | 55 | /* (short) negative-int doesn't sign-extend correctly */ |
| 60 | #define SHORT_CAST_BUG | 56 | #define SHORT_CAST_BUG |