/[gnats]/gnats/libiberty/alloca-conf.h
ViewVC logotype

Diff of /gnats/libiberty/alloca-conf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jsm, Tue Oct 26 07:10:16 1999 UTC revision 1.2 by pdm, Mon Dec 10 23:03:27 2001 UTC
# Line 1  Line 1 
1  #include "config.h"  #include "config.h"
2    
3  #ifdef __GNUC__  #if defined(__GNUC__) && !defined(C_ALLOCA)
4  # ifndef alloca  # ifndef alloca
5  #  define alloca __builtin_alloca  #  define alloca __builtin_alloca
6  # endif  # endif
# Line 8  Line 8 
8  #  ifdef _AIX  #  ifdef _AIX
9   #pragma alloca   #pragma alloca
10  #  else  #  else
11  #  ifdef HAVE_ALLOCA_H  #  if defined(HAVE_ALLOCA_H) && !defined(C_ALLOCA)
12  #   include <alloca.h>  #   include <alloca.h>
13  #  else /* ! defined (HAVE_ALLOCA_H) */  #  else /* ! defined (HAVE_ALLOCA_H) */
14  #   ifdef __STDC__  #   ifdef __STDC__

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26