summaryrefslogtreecommitdiff
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 931f0c5a..1a7fe22e 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.10 1999/04/13 19:30:51 roberto Exp roberto $ 2** $Id: lstate.c,v 1.11 1999/05/11 14:19:32 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*/
@@ -33,7 +33,6 @@ void lua_open (void)
33 L->Mbuffsize = 0; 33 L->Mbuffsize = 0;
34 L->Mbuffnext = 0; 34 L->Mbuffnext = 0;
35 L->Cblocks = NULL; 35 L->Cblocks = NULL;
36 L->sizeCblocks = 0;
37 L->numCblocks = 0; 36 L->numCblocks = 0;
38 L->debug = 0; 37 L->debug = 0;
39 L->callhook = NULL; 38 L->callhook = NULL;