aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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