=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initparse.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/lex/Attic/initparse.c 2015/11/19 19:43:40 1.1 --- src/usr.bin/lex/Attic/initparse.c 2015/11/19 23:48:06 1.2 *************** *** 1,4 **** ! /* $OpenBSD: initparse.c,v 1.1 2015/11/19 19:43:40 tedu Exp $ */ /* A Bison parser, made by GNU Bison 2.5. */ --- 1,4 ---- ! /* $OpenBSD: initparse.c,v 1.2 2015/11/19 23:48:06 tedu Exp $ */ /* A Bison parser, made by GNU Bison 2.5. */ *************** *** 378,407 **** #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ - - # ifdef YYSTACK_USE_ALLOCA - # if YYSTACK_USE_ALLOCA - # ifdef __GNUC__ - # define YYSTACK_ALLOC __builtin_alloca - # elif defined __BUILTIN_VA_ARG_INCR - # include /* INFRINGES ON USER NAME SPACE */ - # elif defined _AIX - # define YYSTACK_ALLOC __alloca - # elif defined _MSC_VER - # include /* INFRINGES ON USER NAME SPACE */ - # define alloca _alloca - # else - # define YYSTACK_ALLOC alloca - # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \ - || defined __cplusplus || defined _MSC_VER) - # include /* INFRINGES ON USER NAME SPACE */ - # ifndef EXIT_SUCCESS - # define EXIT_SUCCESS 0 - # endif - # endif - # endif - # endif - # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's `empty if-body' warning. */ --- 378,383 ----