From 907368ead5978b689a97118b75e89a2095122530 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Oct 1997 14:26:37 -0200 Subject: GC now considers an "estimate" of object size, instead of just the number of objects. --- lgc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lgc.h') diff --git a/lgc.h b/lgc.h index fdf75d05..ea669aa2 100644 --- a/lgc.h +++ b/lgc.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: lgc.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ ** Garbage Collector ** See Copyright Notice in lua.h */ @@ -11,7 +11,7 @@ #include "lobject.h" -extern long luaC_threshold; +extern unsigned long luaC_threshold; void luaC_checkGC (void); TObject* luaC_getref (int ref); -- cgit v1.2.3-55-g6feb