aboutsummaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lgc.c b/lgc.c
index 4391316f..0548fa04 100644
--- a/lgc.c
+++ b/lgc.c
@@ -1,11 +1,9 @@
1/* 1/*
2** $Id: lgc.c,v 1.60 2000/08/07 20:21:34 roberto Exp roberto $ 2** $Id: lgc.c,v 1.61 2000/08/08 20:42:07 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_REENTRANT
8
9#include "lua.h" 7#include "lua.h"
10 8
11#include "ldo.h" 9#include "ldo.h"