mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-09 22:15:16 +08:00
6 lines
188 B
C
6 lines
188 B
C
|
/* RS/6000 AIX botched alloca and requires a pragma, which ordinary compilers
|
||
|
throw up about, so we have to put it in a specially-configured file.
|
||
|
Like this one. */
|
||
|
|
||
|
#pragma alloca
|