summaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.c b/lstate.c
index 88c7b473..f953f08f 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.7 1999/01/15 13:11:22 roberto Exp roberto $ 2** $Id: lstate.c,v 1.8 1999/02/04 17:47:59 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*/
@@ -44,7 +44,7 @@ void lua_open (void)
44 L->refSize = 0; 44 L->refSize = 0;
45 L->Mbuffsize = 0; 45 L->Mbuffsize = 0;
46 L->Mbuffnext = 0; 46 L->Mbuffnext = 0;
47 L->Mbuffbase = NULL; 47 L->Mbuffbase = 0;
48 L->Mbuffer = NULL; 48 L->Mbuffer = NULL;
49 L->GCthreshold = GARBAGE_BLOCK; 49 L->GCthreshold = GARBAGE_BLOCK;
50 L->nblocks = 0; 50 L->nblocks = 0;