add semicolon after the statements

parent 5815ac4f
......@@ -2155,7 +2155,7 @@ primary : literal
}
| keyword_class
{
$<num>$ = p->lineno
$<num>$ = p->lineno;
}
cpath superclass
{
......@@ -2173,7 +2173,7 @@ primary : literal
}
| keyword_class
{
$<num>$ = p->lineno
$<num>$ = p->lineno;
}
tLSHFT expr
{
......@@ -2197,7 +2197,7 @@ primary : literal
}
| keyword_module
{
$<num>$ = p->lineno
$<num>$ = p->lineno;
}
cpath
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment