diff options
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r-- | gdb/m2-exp.y | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index eb46b7b..19f9c24 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -100,6 +100,12 @@ #define yygindex m2_yygindex #define yytable m2_yytable #define yycheck m2_yycheck +#define yyss m2_yyss +#define yysslim m2_yysslim +#define yyssp m2_yyssp +#define yystacksize m2_yystacksize +#define yyvs m2_yyvs +#define yyvsp m2_yyvsp #ifndef YYDEBUG #define YYDEBUG 1 /* Default to yydebug support */ |