cc9a4c0e2d
From-SVN: r1439
7 lines
142 B
C
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
|