From cc117253c83ec32d226a8f2226d5ca144804f873 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 21 Aug 1998 14:43:44 -0300 Subject: new implementation for error handling: on error, function _ERRORMESSAGE is called, which in turn calls _ALERT to write a message to stderr. --- lstate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lstate.h') diff --git a/lstate.h b/lstate.h index 129dc43b..41acf0b8 100644 --- a/lstate.h +++ b/lstate.h @@ -1,5 +1,5 @@ /* -** $Id: lstate.h,v 1.10 1998/06/19 16:14:09 roberto Exp roberto $ +** $Id: lstate.h,v 1.11 1998/06/24 13:33:00 roberto Exp roberto $ ** Global State ** See Copyright Notice in lua.h */ @@ -61,7 +61,6 @@ struct lua_State { struct C_Lua_Stack Cblocks[MAX_C_BLOCKS]; int numCblocks; /* number of nested Cblocks */ /* global state */ - TObject errorim; /* error tag method */ GCnode rootproto; /* list of all prototypes */ GCnode rootcl; /* list of all closures */ GCnode roottable; /* list of all tables */ -- cgit v1.2.3-55-g6feb