comparison src/m/arm.h @ 48437:afd7531a5181

Don't define alloca.
author Dave Love <fx@gnu.org>
date Mon, 18 Nov 2002 16:44:04 +0000
parents 4be8406ebef9
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
48436:f93e5481ac9d 48437:afd7531a5181
45 45
46 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24) 46 #define SIGN_EXTEND_CHAR(c) (((int)(c) << 24) >> 24)
47 47
48 #define NO_UNION_TYPE 48 #define NO_UNION_TYPE
49 49
50 #ifdef __GNUC__
51
52 /* Use builtin alloca. Also be sure that no other ones are tried out. */
53 #define alloca __builtin_alloca
54
55 #endif /* __GNUC__ */
56
57 #define NO_REMAP 50 #define NO_REMAP