diff options
Diffstat (limited to 'gdb/ada-exp.y')
-rw-r--r-- | gdb/ada-exp.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index 0feb900..a98bdbc 100644 --- a/gdb/ada-exp.y +++ b/gdb/ada-exp.y @@ -93,6 +93,7 @@ #define yytoks ada_toks /* With YYDEBUG defined */ #define yyname ada_name /* With YYDEBUG defined */ #define yyrule ada_rule /* With YYDEBUG defined */ +#define yydefred ada_yydefred #define yyss ada_yyss #define yysslim ada_yysslim #define yyssp ada_yyssp |