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 e9865c4e..ccbf0e3a 100644
--- a/lvm.h
+++ b/lvm.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.h,v 1.38 2002/03/19 12:45:25 roberto Exp roberto $ 2** $Id: lvm.h,v 1.39 2002/05/06 15:51:41 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*/
@@ -25,6 +25,6 @@ int 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);
26void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val); 26void luaV_settable (lua_State *L, const TObject *t, TObject *key, StkId val);
27StkId luaV_execute (lua_State *L); 27StkId luaV_execute (lua_State *L);
28void luaV_strconc (lua_State *L, int total, int last); 28void luaV_concat (lua_State *L, int total, int last);
29 29
30#endif 30#endif