summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/xm-sol2.h
blob: 5613b086b57207a51d981e76c1aadb71dde7b4bd (plain)
1
2
3
4
/* If not compiled with GNU C, include the system's <alloca.h> header.  */
#ifndef __GNUC__
#include <alloca.h>
#endif