From 9f4b5b52327497e3ce82cb0af1d94ad6c09b1da2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 1 Jul 2002 14:06:58 -0300 Subject: weak keys are removed only after finalization --- lobject.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 259c2977..616b897c 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.137 2002/06/24 13:08:45 roberto Exp roberto $ +** $Id: lobject.h,v 1.138 2002/06/24 20:17:59 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -217,9 +217,6 @@ typedef struct Table { } Table; -/* unmarked tables are represented by pointing `mark' to themselves */ -#define ismarked(x) ((x)->mark != (x)) - /* ** `module' operation for hashing (size is always a power of 2) -- cgit v1.2.3-55-g6feb