From 3f78de256e5759669460c6fa14455303762f2f53 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 18 Feb 2014 10:46:26 -0300 Subject: no need to keep threads in a different GC list, now that there is the 'twups' list --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 9df36f32..a876f35f 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 2.100 2014/02/13 14:46:38 roberto Exp roberto $ +** $Id: lstate.h,v 2.101 2014/02/18 13:39:37 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -21,7 +21,6 @@ ** belong to one (and only one) of these lists, using field 'next' of ** the 'CommonHeader' for the link: ** -** mainthread->next: all threads; ** allgc: all objects not marked for finalization; ** finobj: all objects marked for finalization; ** tobefnz: all objects ready to be finalized; -- cgit v1.2.3-55-g6feb