aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lvm.h b/lvm.h
index ccbf0e3a..0078a617 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 1.39 2002/05/06 15:51:41 roberto Exp roberto $ 2** $Id: lvm.h,v 1.40 2002/06/03 14:08:43 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,7 +19,7 @@
19 (((o) = luaV_tonumber(o,n)) != NULL)) 19 (((o) = luaV_tonumber(o,n)) != NULL))
20 20
21 21
22int luaV_cmp (lua_State *L, const TObject *l, const TObject *r, int cond); 22int luaV_lessthan (lua_State *L, const TObject *l, const TObject *r);
23const TObject *luaV_tonumber (const TObject *obj, TObject *n); 23const TObject *luaV_tonumber (const TObject *obj, TObject *n);
24int luaV_tostring (lua_State *L, TObject *obj); 24int luaV_tostring (lua_State *L, TObject *obj);
25void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId res); 25void luaV_gettable (lua_State *L, const TObject *t, TObject *key, StkId res);