From 3c9d999424520c809e05bee11d81788b488434f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 3 Mar 2000 11:58:26 -0300 Subject: many details (most by lhf). --- lstring.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstring.c') diff --git a/lstring.c b/lstring.c index 85ede619..42cf255f 100644 --- a/lstring.c +++ b/lstring.c @@ -1,5 +1,5 @@ /* -** $Id: lstring.c,v 1.30 1999/11/26 18:59:20 roberto Exp roberto $ +** $Id: lstring.c,v 1.31 1999/12/14 18:42:57 roberto Exp roberto $ ** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -18,7 +18,7 @@ #define gcsizestring(L, l) numblocks(L, 0, sizeof(TaggedString)+l) -#define gcsizeudata gcsizestring(L, 0) +#define gcsizeudata gcsizestring(L, 0) -- cgit v1.2.3-55-g6feb