aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-11-18 16:48:15 +0000
committerDave Love2002-11-18 16:48:15 +0000
commit615833d2c30b0974e7d528b63323718fc179e476 (patch)
tree1967aebda37bf3656973632724620861b64cd1ad /src
parent5067721060dfcbba9b173bbc94c1277799ce1b5f (diff)
downloademacs-615833d2c30b0974e7d528b63323718fc179e476.tar.gz
emacs-615833d2c30b0974e7d528b63323718fc179e476.zip
Don't define
alloca.
Diffstat (limited to 'src')
-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 54d783eba51..3391bb17805 100644
--- a/src/m/m68k.h
+++ b/src/m/m68k.h
@@ -81,8 +81,3 @@ Boston, MA 02111-1307, USA. */
81#define NO_REMAP 81#define NO_REMAP
82#define TEXT_START 0 82#define TEXT_START 0
83#endif 83#endif
84
85/* If compiling with GCC, let GCC implement alloca. */
86#if defined(__GNUC__) && !defined(alloca)
87#define alloca(n) __builtin_alloca(n)
88#endif