aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index a8beb3cf..ddba13fa 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.31 1999/04/15 12:33:19 roberto Exp roberto $ 2** $Id: lua.h,v 1.32 1999/05/11 20:29:19 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
@@ -18,6 +18,9 @@
18 18
19#define LUA_NOOBJECT 0 19#define LUA_NOOBJECT 0
20 20
21#define LUA_NOREF (-2)
22#define LUA_REFNIL (-1)
23
21#define LUA_ANYTAG (-1) 24#define LUA_ANYTAG (-1)
22 25
23typedef struct lua_State lua_State; 26typedef struct lua_State lua_State;