diff options
author | John Gilmore <gnu@cygnus> | 1991-09-28 01:30:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-09-28 01:30:41 +0000 |
commit | 39bf59520b1b5d70df5a4f58273afda3d6c4d530 (patch) | |
tree | 6427faf16a5a5b9552c436eeaf73ef28fa77ee48 /gdb/c-exp.y | |
parent | c022837644cc8b00329fb095fc6ed96e23c8a192 (diff) | |
download | gdb-39bf59520b1b5d70df5a4f58273afda3d6c4d530.zip gdb-39bf59520b1b5d70df5a4f58273afda3d6c4d530.tar.gz gdb-39bf59520b1b5d70df5a4f58273afda3d6c4d530.tar.bz2 |
* c-exp.y, m2-exp.y: Define more yysymbols that happen to be
"bss" rather than "data" symbols, but which still conflict.
* m2-exp.y: Lint.
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 (); |