lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 931ee346e34aeb9d46bbf99f5da1f628a9812050
parent dea98702c97df5047567914fc68a7ceffcdca810
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 18 Jan 2002 15:37:51 -0200

legacy declaration

Diffstat:
Mluadebug.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/luadebug.h b/luadebug.h @@ -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);