aboutsummaryrefslogtreecommitdiff
path: root/binutils/rcparse.y
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-06-26 18:21:02 +0000
committerIan Lance Taylor <ian@airs.com>1997-06-26 18:21:02 +0000
commita89c9be07564ef436afe34070cc506e7f7ced596 (patch)
tree97f5e58675a57d6081a85a1ea08285e452eda839 /binutils/rcparse.y
parentd29cd970711906c81a0e854a39eab0e742bd05ec (diff)
downloadgdb-a89c9be07564ef436afe34070cc506e7f7ced596.zip
gdb-a89c9be07564ef436afe34070cc506e7f7ced596.tar.gz
gdb-a89c9be07564ef436afe34070cc506e7f7ced596.tar.bz2
* rcparse.y: Add a couple of missing semicolons (accepted by bison
but not byacc).
Diffstat (limited to 'binutils/rcparse.y')
-rw-r--r--binutils/rcparse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/rcparse.y b/binutils/rcparse.y
index 9ea9cf5..5c06184 100644
--- a/binutils/rcparse.y
+++ b/binutils/rcparse.y
@@ -395,7 +395,7 @@ styles:
dialog.class = $3;
}
| styles STYLE
- { style = dialog.style }
+ { style = dialog.style; }
styleexpr
{
dialog.style = style;
@@ -716,7 +716,7 @@ control:
}
| USERBUTTON QUOTEDSTRING ',' numexpr ',' numexpr ',' numexpr ','
numexpr ',' numexpr ','
- { style = WS_CHILD | WS_VISIBLE }
+ { style = WS_CHILD | WS_VISIBLE; }
styleexpr optcnumexpr
{
$$ = define_control ($2, $4, $6, $8, $10, $12, CTL_BUTTON,