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 /lvm.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 'lvm.c')
| -rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.c,v 2.151 2012/05/14 17:50:49 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.152 2012/06/08 15:14:04 roberto Exp roberto $ |
| 3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -470,7 +470,7 @@ void luaV_finishOp (lua_State *L) { | |||
| 470 | L->top = ci->top; /* adjust results */ | 470 | L->top = ci->top; /* adjust results */ |
| 471 | break; | 471 | break; |
| 472 | } | 472 | } |
| 473 | case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: | 473 | case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: |
| 474 | break; | 474 | break; |
| 475 | default: lua_assert(0); | 475 | default: lua_assert(0); |
| 476 | } | 476 | } |
