From e519e7e8a11ac79900f84f8bdea3c790f2df02d1 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 9 Apr 2012 17:07:39 +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/cp-name-parser.y | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/cp-name-parser.y') diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index d85a5bf2b79..6767fa5fde5 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -170,6 +170,12 @@ static struct demangle_component *d_binary (const char *, #define yygindex cpname_yygindex #define yytable cpname_yytable #define yycheck cpname_yycheck +#define yyss cpname_yyss +#define yysslim cpname_yysslim +#define yyssp cpname_yyssp +#define yystacksize cpname_yystacksize +#define yyvs cpname_yyvs +#define yyvsp cpname_yyvsp int yyparse (void); static int yylex (void); -- cgit v1.2.1