aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.c b/lua.c
index d662e485..643e8e79 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.100 2002/08/07 20:54:17 roberto Exp roberto $ 2** $Id: lua.c,v 1.101 2002/08/08 20:08:41 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -45,7 +45,7 @@ static const char *progname;
45 45
46 46
47static lua_Hook old_hook = NULL; 47static lua_Hook old_hook = NULL;
48static int old_mask = 0; 48static unsigned long old_mask = 0;
49 49
50 50
51static void lstop (lua_State *l, lua_Debug *ar) { 51static void lstop (lua_State *l, lua_Debug *ar) {