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/orion.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/orion.h')
-rw-r--r-- | src/m/orion.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/m/orion.h b/src/m/orion.h index bfb85cdb6fc..c2b83bc1903 100644 --- a/src/m/orion.h +++ b/src/m/orion.h @@ -1,5 +1,5 @@ /* machine description file for HLH Orion. - Copyright (C) 1985 Free Software Foundation, Inc. + Copyright (C) 1985, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -64,8 +64,3 @@ Boston, MA 02111-1307, USA. */ #define FSCALE 1.0 #endif #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) - -/* It is necessary to use the portable imitation of alloca, - since a true stack-allocating one is impossible. */ - -#define C_ALLOCA |