diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-18 15:38:13 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-01-18 15:38:13 -0200 |
commit | 931ee346e34aeb9d46bbf99f5da1f628a9812050 (patch) | |
tree | e7cefa312c84e3c0254cba3fb40f4222ed9a05ea | |
parent | dea98702c97df5047567914fc68a7ceffcdca810 (diff) | |
download | lua-931ee346e34aeb9d46bbf99f5da1f628a9812050.tar.gz lua-931ee346e34aeb9d46bbf99f5da1f628a9812050.tar.bz2 lua-931ee346e34aeb9d46bbf99f5da1f628a9812050.zip |
legacy declaration
-rw-r--r-- | luadebug.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ | |||
12 | #include "lua.h" | 12 | #include "lua.h" |
13 | 13 | ||
14 | typedef struct lua_Debug lua_Debug; /* activation record */ | 14 | typedef struct lua_Debug lua_Debug; /* activation record */ |
15 | typedef struct lua_Localvar lua_Localvar; | ||
16 | 15 | ||
17 | typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); | 16 | typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); |
18 | 17 | ||