summaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lgc.c b/lgc.c
index 26aa51ff..3a665660 100644
--- a/lgc.c
+++ b/lgc.c
@@ -1,9 +1,10 @@
/*
-** $Id: lgc.c,v 1.93 2001/03/02 17:27:50 roberto Exp roberto $
+** $Id: lgc.c,v 1.94 2001/03/07 18:09:25 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
+#define LUA_PRIVATE
#include "lua.h"
#include "ldo.h"