gcc/gcc/config/sparc/xm-sol2.h

5 lines
119 B
C

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