new functions to manipulate C global variables

This commit is contained in:
Roberto Ierusalimschy
1999-01-15 11:11:22 -02:00
parent e87fddf1ad
commit 54840fb256
3 changed files with 51 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: luadebug.h,v 1.2 1998/06/19 16:14:09 roberto Exp roberto $
** $Id: luadebug.h,v 1.3 1998/09/07 18:59:59 roberto Exp roberto $
** Debugging API
** See Copyright Notice in lua.h
*/
@@ -31,4 +31,9 @@ extern lua_CHFunction lua_callhook;
extern int lua_debug;
extern lua_LHFunction lua_setlinehook (lua_LHFunction func);
extern lua_CHFunction lua_setcallhook (lua_CHFunction func);
extern int lua_setdebug (int debug);
#endif