summaryrefslogtreecommitdiff
path: root/lgc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lgc.c')
-rw-r--r--lgc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lgc.c b/lgc.c
index 9b4c4eaa..73c841b0 100644
--- a/lgc.c
+++ b/lgc.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lgc.c,v 1.89 2001/02/20 18:15:33 roberto Exp roberto $ 2** $Id: lgc.c,v 1.90 2001/02/20 18:28:11 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*/
@@ -18,7 +18,7 @@
18 18
19 19
20/* 20/*
21** optional "lock" for GC 21** optional lock for GC
22** (when Lua calls GC tag methods it unlocks the regular lock) 22** (when Lua calls GC tag methods it unlocks the regular lock)
23*/ 23*/
24#ifndef LUA_LOCKGC 24#ifndef LUA_LOCKGC