diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-03-14 03:55:20 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-03-14 03:55:20 -0700 |
commit | bea39202f43e1520d95269774f0078d71ba583d6 (patch) | |
tree | 60eb8fb1493b65f79be28e91c11c7a2423c8c2d5 | |
parent | 06579543525fead44f0f5cc1cdb454f250ac05e7 (diff) | |
download | gcc-bea39202f43e1520d95269774f0078d71ba583d6.zip gcc-bea39202f43e1520d95269774f0078d71ba583d6.tar.gz gcc-bea39202f43e1520d95269774f0078d71ba583d6.tar.bz2 |
Initial revision
From-SVN: r18557
-rw-r--r-- | gcc/config/xm-alloca.h | 4 |
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 |