mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* ch-exp.y (start): Apply work-around to avoid bison warning.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 10 13:14:46 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* ch-exp.y (start): Apply work-around to avoid bison warning.
|
||||||
|
|
||||||
Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
|
Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* Makefile.in (BISON): Remove double quotes around BISON
|
* Makefile.in (BISON): Remove double quotes around BISON
|
||||||
|
@ -309,7 +309,7 @@ yyerror PARAMS ((char *));
|
|||||||
|
|
||||||
/* Z.200, 5.3.1 */
|
/* Z.200, 5.3.1 */
|
||||||
|
|
||||||
start : value
|
start : value { }
|
||||||
| mode_name
|
| mode_name
|
||||||
{ write_exp_elt_opcode(OP_TYPE);
|
{ write_exp_elt_opcode(OP_TYPE);
|
||||||
write_exp_elt_type($1.type);
|
write_exp_elt_type($1.type);
|
||||||
|
Reference in New Issue
Block a user