Initial revision
authorJeff Law <law@gcc.gnu.org>
Sat, 14 Mar 1998 10:55:20 +0000 (03:55 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 14 Mar 1998 10:55:20 +0000 (03:55 -0700)
From-SVN: r18557

gcc/config/xm-alloca.h [new file with mode: 0644]

diff --git a/gcc/config/xm-alloca.h b/gcc/config/xm-alloca.h
new file mode 100644 (file)
index 0000000..3dbdc37
--- /dev/null
@@ -0,0 +1,4 @@
+/* If not compiled with GNU C, use the portable alloca.  */
+#ifndef __GNUC__
+#define USE_C_ALLOCA
+#endif