e5e809f419
for details. * haifa-sched.c: Mirror recent changes from gcc2. From-SVN: r18984
5 lines
119 B
C
5 lines
119 B
C
/* If not compiled with GNU C, include the system's <alloca.h> header. */
|
|
#ifndef __GNUC__
|
|
#include <alloca.h>
|
|
#endif
|