diff options
Diffstat (limited to 'gdb/objc-exp.y')
-rw-r--r-- | gdb/objc-exp.y | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/objc-exp.y b/gdb/objc-exp.y index 68b2a97..6f51edf 100644 --- a/gdb/objc-exp.y +++ b/gdb/objc-exp.y @@ -102,6 +102,12 @@ #define yygindex objc_yygindex #define yytable objc_yytable #define yycheck objc_yycheck +#define yyss objc_yyss +#define yysslim objc_yysslim +#define yyssp objc_yyssp +#define yystacksize objc_yystacksize +#define yyvs objc_yyvs +#define yyvsp objc_yyvsp #ifndef YYDEBUG #define YYDEBUG 0 /* Default to no yydebug support. */ |