diff options
author | Dave Love <fx@gnu.org> | 2002-11-18 16:44:04 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-18 16:44:04 +0000 |
commit | e0db4f149c76d0c1e9d838c516ffad12a2f9c4f8 (patch) | |
tree | e6cfcc8505342ac6dc2da05a4e3678cd009b6ad2 /src/m/arm.h | |
parent | dee8ab28ac52f3d4c0bae527614fb5fa7122054d (diff) | |
download | emacs-e0db4f149c76d0c1e9d838c516ffad12a2f9c4f8.tar.gz |
Don't define alloca.
Diffstat (limited to 'src/m/arm.h')
-rw-r--r-- | src/m/arm.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/arm.h b/src/m/arm.h index ad22303eeec..4dafe6819fa 100644 --- a/src/m/arm.h +++ b/src/m/arm.h @@ -47,11 +47,4 @@ Boston, MA 02111-1307, USA. */ #define NO_UNION_TYPE -#ifdef __GNUC__ - -/* Use builtin alloca. Also be sure that no other ones are tried out. */ -#define alloca __builtin_alloca - -#endif /* __GNUC__ */ - #define NO_REMAP |