Revision 16767,
267 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r16766,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* AIX requires this to be the first thing in the file. */ |
---|
2 | #ifndef __GNUC__ |
---|
3 | # if HAVE_ALLOCA_H |
---|
4 | # include <alloca.h> |
---|
5 | # else |
---|
6 | # ifdef _AIX |
---|
7 | #pragma alloca |
---|
8 | # else |
---|
9 | # ifndef alloca /* predefined by HP cc +Olibcalls */ |
---|
10 | char *alloca (); |
---|
11 | # endif |
---|
12 | # endif |
---|
13 | # endif |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.