entered into RCS

From-SVN: r1439
This commit is contained in:
Richard Stallman 1992-07-05 03:35:18 +00:00
parent 196cedd028
commit cc9a4c0e2d

View File

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