diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-08-14 15:12:34 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2012-08-14 15:12:34 -0300 |
commit | 53480f1163a65cc683b00663e2fa4883746ce7fb (patch) | |
tree | f415a4d7e76fa59d766b46511d426f0dc8c109c2 /lcode.c | |
parent | 233eac4d3a5ef126ce77a93fee52f5b4eb789969 (diff) | |
download | lua-53480f1163a65cc683b00663e2fa4883746ce7fb.tar.gz lua-53480f1163a65cc683b00663e2fa4883746ce7fb.tar.bz2 lua-53480f1163a65cc683b00663e2fa4883746ce7fb.zip |
details (remove of some extra spaces)
Diffstat (limited to 'lcode.c')
-rw-r--r-- | lcode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lcode.c,v 2.59 2011/08/15 19:41:58 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 2.60 2011/08/30 16:26:41 roberto Exp roberto $ |
3 | ** Code generator for Lua | 3 | ** Code generator for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -426,7 +426,7 @@ static void discharge2reg (FuncState *fs, expdesc *e, int reg) { | |||
426 | luaK_nil(fs, reg, 1); | 426 | luaK_nil(fs, reg, 1); |
427 | break; | 427 | break; |
428 | } | 428 | } |
429 | case VFALSE: case VTRUE: { | 429 | case VFALSE: case VTRUE: { |
430 | luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); | 430 | luaK_codeABC(fs, OP_LOADBOOL, reg, e->k == VTRUE, 0); |
431 | break; | 431 | break; |
432 | } | 432 | } |