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 9fd27212..e1011a1a 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 1.2 1997/11/27 15:59:25 roberto Exp roberto $ 2** $Id: lstate.c,v 1.3 1997/12/01 20:31:25 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*/
@@ -69,7 +69,7 @@ void lua_close (void)
69 luaM_free(L->Mbuffer); 69 luaM_free(L->Mbuffer);
70 luaM_free(L); 70 luaM_free(L);
71 L = NULL; 71 L = NULL;
72#if DEBUG 72#ifdef DEBUG
73 printf("total de blocos: %ld\n", numblocks); 73 printf("total de blocos: %ld\n", numblocks);
74 printf("total de memoria: %ld\n", totalmem); 74 printf("total de memoria: %ld\n", totalmem);
75#endif 75#endif