mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add semicolon after the statements
This commit is contained in:
+3
-3
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user