From 4015bfb977dd5ade9a236e7e0584b7a8cb198031 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 23 Jul 1993 22:37:01 +0000 Subject: * ch-exp.y (yycheck, yydefred, yydgoto, yygindex, yylen, yylhs, yyrindex, yysccsid, yysindex, yyss, yyssp, yytable, yyvs, yyvss): Also define these to chill_{name}, for 386BSD's yacc. * m2-exp.y: Likewise. --- gdb/ch-exp.y | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'gdb/ch-exp.y') diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index b35fe87..76eb913 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -74,7 +74,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yyerror chill_error #define yylval chill_lval #define yychar chill_char +#define yycheck chill_yycheck #define yydebug chill_debug +#define yydefred chill_yydefred +#define yydgoto chill_yydgoto +#define yygindex chill_yygindex +#define yylen chill_yylen +#define yylhs chill_yylhs +#define yyrindex chill_yyrindex +#define yysccsid chill_yysccsid +#define yysindex chill_yysindex #define yypact chill_pact #define yyr1 chill_r1 #define yyr2 chill_r2 @@ -83,20 +92,25 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yypgo chill_pgo #define yyact chill_act #define yyexca chill_exca -#define yyerrflag chill_errflag -#define yynerrs chill_nerrs +#define yyerrflag chill_errflag +#define yynerrs chill_nerrs #define yyps chill_ps #define yypv chill_pv #define yys chill_s +#define yyss chill_yyss +#define yyssp chill_yyssp #define yy_yys chill_yys #define yystate chill_state +#define yytable chill_yytable #define yytmp chill_tmp #define yyv chill_v +#define yyvs chill_vs +#define yyvss chill_vss #define yy_yyv chill_yyv #define yyval chill_val #define yylloc chill_lloc -#define yyreds chill_reds /* With YYDEBUG defined */ -#define yytoks chill_toks /* With YYDEBUG defined */ +#define yyreds chill_reds /* With YYDEBUG defined */ +#define yytoks chill_toks /* With YYDEBUG defined */ #ifndef YYDEBUG #define YYDEBUG 0 /* Default to no yydebug support */ -- cgit v1.1