diff options
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 54ce28b..a16c580 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -57,6 +57,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define yyexca c_exca #define yyerrflag c_errflag #define yynerrs c_nerrs +#define yyps c_ps +#define yypv c_pv +#define yys c_s +#define yystate c_state +#define yytmp c_tmp +#define yyv c_v +#define yyval c_val +#define yylloc c_lloc /* Forward decls */ void yyerror (); |