/[bison]/bison/src/bison.simple
ViewVC logotype

Diff of /bison/src/bison.simple

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

revision 1.53.2.14 by eggert, Mon Dec 17 23:50:16 2001 UTC revision 1.53.2.15 by akim, Thu Dec 27 18:30:40 2001 UTC
# Line 54  Line 54 
54  #    define YYSTACK_ALLOC alloca  #    define YYSTACK_ALLOC alloca
55  #    define YYSIZE_T YYSTD (size_t)  #    define YYSIZE_T YYSTD (size_t)
56  #   else  #   else
57  #    if defined (__GNUC__) || defined (_AIX) || defined (__hpux)  #    ifdef __GNUC__
58  #     define YYSTACK_ALLOC __builtin_alloca  #     define YYSTACK_ALLOC __builtin_alloca
59  #    endif  #    endif
 #    ifndef __GNUC__  
 #     ifdef _AIX  
  #     pragma alloca  
 #     endif  
 #     if defined (__sgi) || defined (__sparc__) || defined (__sparc) || defined (__sun)  
 #      include <alloca.h> /* INFRINGES ON USER NAME SPACE */  
 #      define YYSTACK_ALLOC alloca  
 #      define YYSIZE_T YYSTD (size_t)  
 #     endif  
 #    endif  
60  #   endif  #   endif
61  #  endif  #  endif
62  # endif  # endif

Legend:
Removed from v.1.53.2.14  
changed lines
  Added in v.1.53.2.15

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