From a7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 9 Apr 2012 17:07:43 +0000 Subject: * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs) (yyvsp): New defines. * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New defines. --- gdb/p-exp.y | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/p-exp.y') diff --git a/gdb/p-exp.y b/gdb/p-exp.y index 3b7984e..5d344a4 100644 --- a/gdb/p-exp.y +++ b/gdb/p-exp.y @@ -105,6 +105,12 @@ #define yygindex pascal_yygindex #define yytable pascal_yytable #define yycheck pascal_yycheck +#define yyss pascal_yyss +#define yysslim pascal_yysslim +#define yyssp pascal_yyssp +#define yystacksize pascal_yystacksize +#define yyvs pascal_yyvs +#define yyvsp pascal_yyvsp #ifndef YYDEBUG #define YYDEBUG 1 /* Default to yydebug support */ -- cgit v1.1