From 7a35f23c1688e3e24781c780e121bbdc0e4b53e1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 21 Mar 1996 15:55:02 -0300 Subject: a simplification about memory error messages. --- table.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'table.c') diff --git a/table.c b/table.c index 3920ed19..6c77d2e9 100644 --- a/table.c +++ b/table.c @@ -3,7 +3,7 @@ ** Module to control static tables */ -char *rcs_table="$Id: table.c,v 2.49 1996/03/14 15:57:19 roberto Exp roberto $"; +char *rcs_table="$Id: table.c,v 2.50 1996/03/21 16:31:32 roberto Exp roberto $"; #include "mem.h" #include "opcode.h" @@ -75,12 +75,11 @@ void luaI_initsymbol (void) */ void luaI_initconstant (void) { - int i; lua_maxconstant = BUFFER_BLOCK; lua_constant = newvector(lua_maxconstant, TaggedString *); /* pre-register mem error messages, to avoid loop when error arises */ - for (i=0; i