From ea082c0ac837ffb4b56bb57e4c38fd128731e422 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 1 Mar 1995 17:23:41 +0000 Subject: Add Linux yacc suport. --- gdb/m2-exp.y | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/m2-exp.y') diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 81d791c..51cdfce 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -86,6 +86,15 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yylloc m2_lloc #define yyreds m2_reds /* With YYDEBUG defined */ #define yytoks m2_toks /* With YYDEBUG defined */ +#define yylhs m2_yylhs +#define yylen m2_yylen +#define yydefred m2_yydefred +#define yydgoto m2_yydgoto +#define yysindex m2_yysindex +#define yyrindex m2_yyrindex +#define yygindex m2_yygindex +#define yytable m2_yytable +#define yycheck m2_yycheck #ifndef YYDEBUG #define YYDEBUG 0 /* Default to no yydebug support */ -- cgit v1.1