Initial revision

From-SVN: r18557
This commit is contained in:
Jeff Law 1998-03-14 03:55:20 -07:00
parent 0657954352
commit bea39202f4
1 changed files with 4 additions and 0 deletions

4
gcc/config/xm-alloca.h Normal file
View File

@ -0,0 +1,4 @@
/* If not compiled with GNU C, use the portable alloca. */
#ifndef __GNUC__
#define USE_C_ALLOCA
#endif