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/c-exp.y | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/c-exp.y') diff --git a/gdb/c-exp.y b/gdb/c-exp.y index bf4f4bc1a77..8dfb7e56031 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -103,6 +103,12 @@ #define yygindex c_yygindex #define yytable c_yytable #define yycheck c_yycheck +#define yyss c_yyss +#define yysslim c_yysslim +#define yyssp c_yyssp +#define yystacksize c_yystacksize +#define yyvs c_yyvs +#define yyvsp c_yyvsp #ifndef YYDEBUG #define YYDEBUG 1 /* Default to yydebug support */ -- cgit v1.2.1