8sa1-gcc/gcc/config/sparc/xm-sol2.h
Richard Stallman cc9a4c0e2d entered into RCS
From-SVN: r1439
1992-07-05 03:35:18 +00:00

7 lines
142 B
C

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