aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-18 15:38:13 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-01-18 15:38:13 -0200
commit931ee346e34aeb9d46bbf99f5da1f628a9812050 (patch)
treee7cefa312c84e3c0254cba3fb40f4222ed9a05ea
parentdea98702c97df5047567914fc68a7ceffcdca810 (diff)
downloadlua-931ee346e34aeb9d46bbf99f5da1f628a9812050.tar.gz
lua-931ee346e34aeb9d46bbf99f5da1f628a9812050.tar.bz2
lua-931ee346e34aeb9d46bbf99f5da1f628a9812050.zip
legacy declaration
-rw-r--r--luadebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/luadebug.h b/luadebug.h
index d2988506..50221b37 100644
--- a/luadebug.h
+++ b/luadebug.h
@@ -12,7 +12,6 @@
12#include "lua.h" 12#include "lua.h"
13 13
14typedef struct lua_Debug lua_Debug; /* activation record */ 14typedef struct lua_Debug lua_Debug; /* activation record */
15typedef struct lua_Localvar lua_Localvar;
16 15
17typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 16typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
18 17