diff options
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r-- | gdb/ch-exp.y | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 2f6376a3..5e677bb 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -90,6 +90,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yy_yyv chill_yyv #define yyval chill_val #define yylloc chill_lloc +#define yyrule chill_rule /* With YYDEBUG defined, byacc */ +#define yyname chill_name /* With YYDEBUG defined, byacc */ #define yyreds chill_reds /* With YYDEBUG defined */ #define yytoks chill_toks /* With YYDEBUG defined */ #define yyss chill_yyss /* byacc */ |