From 45cad43c3fedb13a5e424429fe94dc78ba01a118 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 4 Nov 1997 13:27:53 -0200 Subject: "lua_open": now lua has an explicit open operation. --- lbuiltin.c | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'lbuiltin.c') diff --git a/lbuiltin.c b/lbuiltin.c index 6cfd3a37..8418da29 100644 --- a/lbuiltin.c +++ b/lbuiltin.c @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.c,v 1.4 1997/10/23 16:28:48 roberto Exp roberto $ +** $Id: lbuiltin.c,v 1.5 1997/10/24 17:17:24 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -455,23 +455,11 @@ static struct luaL_reg int_funcs[] = { void luaB_predefine (void) { - int i; - TaggedString *ts; - TObject o; /* pre-register mem error messages, to avoid loop when error arises */ luaS_newfixedstring(tableEM); luaS_newfixedstring(memEM); - for (i=0; i