From d106f3f43c147b872df7b3304b2e42e92bc1b7bf Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 1 Nov 1996 10:47:45 -0200 Subject: [PATCH] pre-defined variable _VERSION_ --- table.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/table.c b/table.c index a6f8ded8..8af20ccc 100644 --- a/table.c +++ b/table.c @@ -3,7 +3,7 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.56 1996/06/18 21:12:23 roberto Exp roberto $"; +char *rcs_table="$Id: table.c,v 2.57 1996/07/12 20:00:26 roberto Exp roberto $"; #include "mem.h" #include "opcode.h" @@ -60,13 +60,16 @@ static struct { void luaI_initsymbol (void) { int i; + Word n; lua_maxsymbol = BUFFER_BLOCK; lua_table = newvector(lua_maxsymbol, Symbol); for (i=0; i