comparison src/m/arm.h @ 44601:4be8406ebef9

Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:23:33 +0000
parents 705ff8a9d6dd
children afd7531a5181
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* Machine description file for ARM-based non-RISCiX machines. 1 /* Machine description file for ARM-based non-RISCiX machines.
2 Copyright (C) 1994 Free Software Foundation, Inc. 2 Copyright (C) 1994, 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
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
49 49
50 #ifdef __GNUC__ 50 #ifdef __GNUC__
51 51
52 /* Use builtin alloca. Also be sure that no other ones are tried out. */ 52 /* Use builtin alloca. Also be sure that no other ones are tried out. */
53 #define alloca __builtin_alloca 53 #define alloca __builtin_alloca
54 #define HAVE_ALLOCA
55 54
56 #else
57 #define C_ALLOCA
58 #undef HAVE_ALLOCA
59 #endif /* __GNUC__ */ 55 #endif /* __GNUC__ */
60 56
61 #define NO_REMAP 57 #define NO_REMAP
62
63 #define STACK_DIRECTION -1