]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/sparc/xm-sol2.h
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
[thirdparty/gcc.git] / gcc / config / sparc / xm-sol2.h
1 /* If not compiled with GNU C, include the system's <alloca.h> header. */
2 #ifndef __GNUC__
3 #include <alloca.h>
4 #endif