7929041ebe
fully registered. (This is the second try, the first import ignored .info files but not .info-* files, for some reason. I'm going to make this consistent.) Reviewed by: core Approved for: 2.2
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
|