diff options
Diffstat (limited to 'gdb/f-exp.y')
-rw-r--r-- | gdb/f-exp.y | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/f-exp.y b/gdb/f-exp.y index b258c0a..33c7418 100644 --- a/gdb/f-exp.y +++ b/gdb/f-exp.y @@ -105,6 +105,12 @@ #define yygindex f_yygindex #define yytable f_yytable #define yycheck f_yycheck +#define yyss f_yyss +#define yysslim f_yysslim +#define yyssp f_yyssp +#define yystacksize f_yystacksize +#define yyvs f_yyvs +#define yyvsp f_yyvsp #ifndef YYDEBUG #define YYDEBUG 1 /* Default to yydebug support */ |