aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-18 16:48:15 +0000
committerDave Love <[email protected]>2002-11-18 16:48:15 +0000
commit615833d2c30b0974e7d528b63323718fc179e476 (patch)
tree1967aebda37bf3656973632724620861b64cd1ad
parent5067721060dfcbba9b173bbc94c1277799ce1b5f (diff)
Don't define
alloca.
-rw-r--r--src/m/m68k.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/m68k.h b/src/m/m68k.h
index 54d783eba5..3391bb1780 100644
--- a/src/m/m68k.h
+++ b/src/m/m68k.h
@@ -81,8 +81,3 @@ Boston, MA 02111-1307, USA. */
#define NO_REMAP
#define TEXT_START 0
#endif
-
-/* If compiling with GCC, let GCC implement alloca. */
-#if defined(__GNUC__) && !defined(alloca)
-#define alloca(n) __builtin_alloca(n)
-#endif