source: trunk/third/gtkhtml3/src/gtkhtml-compat.h @ 19539

Revision 19539, 267 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19538, which included commits to RCS files with non-trunk default branches.
RevLine 
[19538]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 */
10char *alloca ();
11#   endif
12#  endif
13# endif
14#endif
Note: See TracBrowser for help on using the repository browser.