fix comment
This commit is contained in:
parent
3790c1216e
commit
df8d6e3d3a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ expr:
|
||||||
Call { func = "%div" ; args = [ a ; b ] ; pos = $startpos($2) }
|
Call { func = "%div" ; args = [ a ; b ] ; pos = $startpos($2) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* function() */
|
/* function(a */
|
||||||
| f = Lvar ; Lpardeb ; a = args_expr {
|
| f = Lvar ; Lpardeb ; a = args_expr {
|
||||||
Call { func = f ; args = a ; pos = $startpos(a) }
|
Call { func = f ; args = a ; pos = $startpos(a) }
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue