diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-01-19 14:50:30 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-01-19 14:50:30 -0200 |
| commit | 512b15b6012c14b0b58c4531078d27794a583f84 (patch) | |
| tree | 57618feea448e8a59975d96234af365072a5661e /lvm.h | |
| parent | 33d35048892fe745bc5b1f16ff7ff2baf5102c0d (diff) | |
| download | lua-512b15b6012c14b0b58c4531078d27794a583f84.tar.gz lua-512b15b6012c14b0b58c4531078d27794a583f84.tar.bz2 lua-512b15b6012c14b0b58c4531078d27794a583f84.zip | |
small optimizations (relational operators)
Diffstat (limited to '')
| -rw-r--r-- | lvm.h | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.h,v 1.12 1999/11/22 13:12:07 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 1.13 1999/12/01 19:50:08 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 | */ |
| @@ -28,7 +28,6 @@ void luaV_getglobal (lua_State *L, GlobalVar *gv); | |||
| 28 | void luaV_setglobal (lua_State *L, GlobalVar *gv); | 28 | void luaV_setglobal (lua_State *L, GlobalVar *gv); |
| 29 | StkId luaV_execute (lua_State *L, const Closure *cl, const TProtoFunc *tf, StkId base); | 29 | StkId luaV_execute (lua_State *L, const Closure *cl, const TProtoFunc *tf, StkId base); |
| 30 | void luaV_closure (lua_State *L, int nelems); | 30 | void luaV_closure (lua_State *L, int nelems); |
| 31 | void luaV_comparison (lua_State *L, StkId top, lua_Type ttype_less, | 31 | void luaV_comparison (lua_State *L); |
| 32 | lua_Type ttype_equal, lua_Type ttype_great, IMS op); | ||
| 33 | 32 | ||
| 34 | #endif | 33 | #endif |
