From 634344d61fb4bd7ebd033d37b814a0083e55b5a2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Aug 2002 14:06:56 -0300 Subject: new API for weak mode --- lobject.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index e3dc6f95..805be05e 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.140 2002/07/17 16:25:13 roberto Exp $ +** $Id: lobject.h,v 1.141 2002/08/05 14:08:02 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -223,8 +223,12 @@ typedef struct Table { int sizearray; /* size of `array' array */ lu_byte flags; /* 1<