diff options
author | Fred Fish <fnf@specifix.com> | 1993-05-10 20:18:05 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-05-10 20:18:05 +0000 |
commit | f39a2631d9f0c20e59d70c221194b9a19bd3bc29 (patch) | |
tree | bb7dd86995218c2f1b62ef13454419b9ab4c9def /gdb/ch-exp.y | |
parent | 35eae2d8bd3ff835065e2187eb0437c23573775f (diff) | |
download | gdb-f39a2631d9f0c20e59d70c221194b9a19bd3bc29.zip gdb-f39a2631d9f0c20e59d70c221194b9a19bd3bc29.tar.gz gdb-f39a2631d9f0c20e59d70c221194b9a19bd3bc29.tar.bz2 |
* ch-exp.y (start): Apply work-around to avoid bison warning.
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r-- | gdb/ch-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index 2789d76..a618283 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -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); |