forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user