mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 19:15:39 +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
|