aboutsummaryrefslogtreecommitdiff
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 @@
1/* 1/*
2** $Id: lgc.c,v 1.93 2001/03/02 17:27:50 roberto Exp roberto $ 2** $Id: lgc.c,v 1.94 2001/03/07 18:09:25 roberto Exp roberto $
3** Garbage Collector 3** Garbage Collector
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#define LUA_PRIVATE
7#include "lua.h" 8#include "lua.h"
8 9
9#include "ldo.h" 10#include "ldo.h"