Don't define
authorDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:48:15 +0000 (16:48 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Nov 2002 16:48:15 +0000 (16:48 +0000)
alloca.

src/m/m68k.h

index 54d783e..3391bb1 100644 (file)
@@ -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