mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-18 00:49:49 +08:00
6599da043e
From-SVN: r14877
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
|