aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-03-14 03:55:20 -0700
committerJeff Law <law@gcc.gnu.org>1998-03-14 03:55:20 -0700
commitbea39202f43e1520d95269774f0078d71ba583d6 (patch)
tree60eb8fb1493b65f79be28e91c11c7a2423c8c2d5 /gcc
parent06579543525fead44f0f5cc1cdb454f250ac05e7 (diff)
downloadgcc-bea39202f43e1520d95269774f0078d71ba583d6.zip
gcc-bea39202f43e1520d95269774f0078d71ba583d6.tar.gz
gcc-bea39202f43e1520d95269774f0078d71ba583d6.tar.bz2
Initial revision
From-SVN: r18557
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/xm-alloca.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/xm-alloca.h b/gcc/config/xm-alloca.h
new file mode 100644
index 0000000..3dbdc37
--- /dev/null
+++ b/gcc/config/xm-alloca.h
@@ -0,0 +1,4 @@
+/* If not compiled with GNU C, use the portable alloca. */
+#ifndef __GNUC__
+#define USE_C_ALLOCA
+#endif