aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lstate.c b/lstate.c
index 2d7de542..85357c00 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.29 2000/06/30 19:17:08 roberto Exp roberto $ 2** $Id: lstate.c,v 1.30 2000/08/04 19:38:35 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -52,7 +52,6 @@ lua_State *lua_newstate (int stacksize, int put_builtin) {
52 L->refFree = NONEXT; 52 L->refFree = NONEXT;
53 L->nblocks = 0; 53 L->nblocks = 0;
54 L->GCthreshold = MAX_INT; /* to avoid GC during pre-definitions */ 54 L->GCthreshold = MAX_INT; /* to avoid GC during pre-definitions */
55 L->debug = 0;
56 L->callhook = NULL; 55 L->callhook = NULL;
57 L->linehook = NULL; 56 L->linehook = NULL;
58 L->allowhooks = 1; 57 L->allowhooks = 1;