summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index 24d31475..237c72eb 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.26 1999/01/26 15:31:17 roberto Exp roberto $ 2** $Id: lua.h,v 1.27 1999/02/09 15:59:22 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
5** e-mail: lua@tecgraf.puc-rio.br 5** e-mail: lua@tecgraf.puc-rio.br
@@ -89,6 +89,7 @@ lua_Object lua_rawgettable (void); /* In: table, index */
89 89
90int lua_tag (lua_Object object); 90int lua_tag (lua_Object object);
91 91
92char *lua_nextvar (char *varname); /* Out: value */
92 93
93int lua_ref (int lock); /* In: value */ 94int lua_ref (int lock); /* In: value */
94lua_Object lua_getref (int ref); 95lua_Object lua_getref (int ref);