diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-03 14:47:18 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-06-03 14:47:18 -0300 |
| commit | cfff0135868969de015e5cdcbd50ae7ae3ecc92d (patch) | |
| tree | 227f9d3496443aa0c5d350fc8ab136c2385fb544 /lcode.c | |
| parent | 35a22ed1ab15fabb9404d0184165baa1d52394f1 (diff) | |
| download | lua-cfff0135868969de015e5cdcbd50ae7ae3ecc92d.tar.gz lua-cfff0135868969de015e5cdcbd50ae7ae3ecc92d.tar.bz2 lua-cfff0135868969de015e5cdcbd50ae7ae3ecc92d.zip | |
detail
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 1.104 2002/05/14 17:52:22 roberto Exp roberto $ | 2 | ** $Id: lcode.c,v 1.105 2002/05/27 20:35:40 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 | */ |
| @@ -630,7 +630,7 @@ void luaK_infix (FuncState *fs, BinOpr op, expdesc *v) { | |||
| 630 | 630 | ||
| 631 | 631 | ||
| 632 | 632 | ||
| 633 | static const OpCode cmp_masks[] = { /* ORDER OPR */ | 633 | static const int cmp_masks[] = { /* ORDER OPR */ |
| 634 | CMP_LT, (CMP_LT | CMP_EQ), CMP_GT, (CMP_GT | CMP_EQ) | 634 | CMP_LT, (CMP_LT | CMP_EQ), CMP_GT, (CMP_GT | CMP_EQ) |
| 635 | }; | 635 | }; |
| 636 | 636 | ||
