aboutsummaryrefslogtreecommitdiff
path: root/lvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.h')
-rw-r--r--lvm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lvm.h b/lvm.h
index 9a180e3e..312ce871 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: lvm.h,v 1.1 1997/09/16 19:25:59 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*/
@@ -21,8 +21,8 @@ int luaV_tonumber (TObject *obj);
21int luaV_tostring (TObject *obj); 21int luaV_tostring (TObject *obj);
22void luaV_gettable (void); 22void luaV_gettable (void);
23void luaV_settable (TObject *t, int mode); 23void luaV_settable (TObject *t, int mode);
24void luaV_getglobal (Word n); 24void luaV_getglobal (TaggedString *ts);
25void luaV_setglobal (Word n); 25void luaV_setglobal (TaggedString *ts);
26StkId luaV_execute (Closure *func, StkId base); 26StkId luaV_execute (Closure *func, StkId base);
27void luaV_closure (void); 27void luaV_closure (void);
28 28