* ch-exp.y (start): Apply work-around to avoid bison warning.

This commit is contained in:
Fred Fish 1993-05-10 20:18:05 +00:00
parent 35eae2d8bd
commit f39a2631d9
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);