mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 14:04:24 +08:00
* ch-exp.y (start): Apply work-around to avoid bison warning.
This commit is contained in:
parent
35eae2d8bd
commit
f39a2631d9
@ -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)
|
||||
|
||||
* Makefile.in (BISON): Remove double quotes around BISON
|
||||
|
@ -309,7 +309,7 @@ yyerror PARAMS ((char *));
|
||||
|
||||
/* Z.200, 5.3.1 */
|
||||
|
||||
start : value
|
||||
start : value { }
|
||||
| mode_name
|
||||
{ write_exp_elt_opcode(OP_TYPE);
|
||||
write_exp_elt_type($1.type);
|
||||
|
Loading…
Reference in New Issue
Block a user