freebsd-dev/contrib/gcc/config/sparc/xm-sol2.h
1999-08-26 09:30:50 +00:00

5 lines
119 B
C

/* If not compiled with GNU C, include the system's <alloca.h> header. */
#ifndef __GNUC__
#include <alloca.h>
#endif