diff options
-rw-r--r-- | lvm.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.h,v 2.11 2009/06/17 17:51:07 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 2.12 2009/11/06 17:05:34 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 | */ |
@@ -35,7 +35,7 @@ LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key, | |||
35 | LUAI_FUNC void luaV_finishOp (lua_State *L); | 35 | LUAI_FUNC void luaV_finishOp (lua_State *L); |
36 | LUAI_FUNC void luaV_execute (lua_State *L); | 36 | LUAI_FUNC void luaV_execute (lua_State *L); |
37 | LUAI_FUNC void luaV_concat (lua_State *L, int total); | 37 | LUAI_FUNC void luaV_concat (lua_State *L, int total); |
38 | void luaV_arith (lua_State *L, StkId ra, const TValue *rb, | 38 | LUAI_FUNC void luaV_arith (lua_State *L, StkId ra, const TValue *rb, |
39 | const TValue *rc, TMS op); | 39 | const TValue *rc, TMS op); |
40 | 40 | ||
41 | #endif | 41 | #endif |