From fdfd5b44ee48a5497181d0bcaa89586b12a48eb4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 24 Jun 2002 17:18:38 -0300 Subject: TM_GETTABLE/TM_SETTABLE don't need fast access anymore --- lobject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index 62357a9a..259c2977 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.136 2002/06/20 20:41:46 roberto Exp roberto $ +** $Id: lobject.h,v 1.137 2002/06/24 13:08:45 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -212,7 +212,7 @@ typedef struct Table { struct Table *next; struct Table *mark; /* marked tables (point to itself when not marked) */ int sizearray; /* size of `array' array */ - unsigned short flags; /* 1<