mirror of
https://github.com/opnsense/src.git
synced 2026-04-25 16:18:54 -04:00
5 lines
188 B
C
5 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
|