diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-05-06 12:51:41 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-05-06 12:51:41 -0300 |
| commit | 0dbf0c5953a3d72deebc7e41840a0e73b46de8bc (patch) | |
| tree | b4a525660cba017d7985c37393f50d6b8bee9e4b /lvm.h | |
| parent | 85dcb411a8454de0bc1c2c60a24af1588e436c23 (diff) | |
| download | lua-0dbf0c5953a3d72deebc7e41840a0e73b46de8bc.tar.gz lua-0dbf0c5953a3d72deebc7e41840a0e73b46de8bc.tar.bz2 lua-0dbf0c5953a3d72deebc7e41840a0e73b46de8bc.zip | |
new format for test intructions (handle NaN correctly)
Diffstat (limited to 'lvm.h')
| -rw-r--r-- | lvm.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.h,v 1.37 2002/03/04 21:33:09 roberto Exp roberto $ | 2 | ** $Id: lvm.h,v 1.38 2002/03/19 12:45:25 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 | */ |
| @@ -19,12 +19,12 @@ | |||
| 19 | (((o) = luaV_tonumber(o,n)) != NULL)) | 19 | (((o) = luaV_tonumber(o,n)) != NULL)) |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | int luaV_cmp (lua_State *L, const TObject *l, const TObject *r, int cond); | ||
| 22 | const TObject *luaV_tonumber (const TObject *obj, TObject *n); | 23 | const TObject *luaV_tonumber (const TObject *obj, TObject *n); |
| 23 | int luaV_tostring (lua_State *L, TObject *obj); | 24 | int luaV_tostring (lua_State *L, TObject *obj); |
| 24 | void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId res); | 25 | void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId res); |
| 25 | void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val); | 26 | void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val); |
| 26 | StkId luaV_execute (lua_State *L); | 27 | StkId luaV_execute (lua_State *L); |
| 27 | int luaV_lessthan (lua_State *L, const TObject *l, const TObject *r); | ||
| 28 | void luaV_strconc (lua_State *L, int total, int last); | 28 | void luaV_strconc (lua_State *L, int total, int last); |
| 29 | 29 | ||
| 30 | #endif | 30 | #endif |
