From 80b3d28f4a9e518bf40b35f786199919180bfcd4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 9 Dec 1997 11:50:08 -0200 Subject: details (mainly error messages) --- lstring.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lstring.c') diff --git a/lstring.c b/lstring.c index 6f3ba519..b750acfd 100644 --- a/lstring.c +++ b/lstring.c @@ -1,6 +1,6 @@ /* -** $Id: lstring.c,v 1.6 1997/11/21 19:00:46 roberto Exp roberto $ -** String table (keep all strings handled by Lua) +** $Id: lstring.c,v 1.7 1997/12/01 20:31:25 roberto Exp roberto $ +** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ @@ -17,7 +17,7 @@ #define NUM_HASHS 61 -#define gcsizestring(l) (1+(l/64)) +#define gcsizestring(l) (1+(l/64)) /* "weight" for a string with length 'l' */ -- cgit v1.2.3-55-g6feb