mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-11 19:26:28 +02:00
Update Qt to 5.15.2
This commit is contained in:
parent
ea95d7fc10
commit
ddc4ab91c4
38 changed files with 596 additions and 346 deletions
|
@ -1061,7 +1061,7 @@ static void codecomp (FuncState *fs, BinOpr opr, expdesc *e1, expdesc *e2) {
|
|||
|
||||
|
||||
/*
|
||||
** Aplly prefix operation 'op' to expression 'e'.
|
||||
** Apply prefix operation 'op' to expression 'e'.
|
||||
*/
|
||||
void luaK_prefix (FuncState *fs, UnOpr op, expdesc *e, int line) {
|
||||
static const expdesc ef = {VKINT, {0}, NO_JUMP, NO_JUMP};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue