aboutsummaryrefslogtreecommitdiff
path: root/luadebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'luadebug.h')
-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