diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-06-17 14:51:07 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-06-17 14:51:07 -0300 |
| commit | 59a59fafc6693e0f2656b59a1b278f6ca89d64cf (patch) | |
| tree | 24470233cc94d1ac87fd2c22d9a4fbac5c2ef3ff | |
| parent | 2bdd194f43e8cfc0f1e1de5bec82ee11f7019676 (diff) | |
| download | lua-59a59fafc6693e0f2656b59a1b278f6ca89d64cf.tar.gz lua-59a59fafc6693e0f2656b59a1b278f6ca89d64cf.tar.bz2 lua-59a59fafc6693e0f2656b59a1b278f6ca89d64cf.zip | |
exports luaV_arith to be used by lua_arith
| -rw-r--r-- | lvm.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.h,v 2.9 2009/05/27 17:11:27 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 2.10 2009/06/17 16:17:14 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 | */ |
| @@ -36,5 +36,7 @@ LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key, | |||
| 36 | LUAI_FUNC void luaV_finishOp (lua_State *L); | 36 | LUAI_FUNC void luaV_finishOp (lua_State *L); |
| 37 | LUAI_FUNC void luaV_execute (lua_State *L); | 37 | LUAI_FUNC void luaV_execute (lua_State *L); |
| 38 | LUAI_FUNC void luaV_concat (lua_State *L, int total); | 38 | LUAI_FUNC void luaV_concat (lua_State *L, int total); |
| 39 | void luaV_arith (lua_State *L, StkId ra, const TValue *rb, | ||
| 40 | const TValue *rc, TMS op); | ||
| 39 | 41 | ||
| 40 | #endif | 42 | #endif |
