legacy declaration

This commit is contained in:
Roberto Ierusalimschy 2002-01-18 15:38:13 -02:00
parent dea98702c9
commit 931ee346e3
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@
#include "lua.h"
typedef struct lua_Debug lua_Debug; /* activation record */
typedef struct lua_Localvar lua_Localvar;
typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);