From 014a09c5095be3ef11366530e4630ee817a526a7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 28 Jun 2000 17:21:06 -0300 Subject: better error messages --- ldebug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ldebug.h') diff --git a/ldebug.h b/ldebug.h index 6a9ef086..d52a00a4 100644 --- a/ldebug.h +++ b/ldebug.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: ldebug.h,v 1.1 2000/01/14 17:15:44 roberto Exp roberto $ ** Auxiliary functions from Debug Interface module ** See Copyright Notice in lua.h */ @@ -8,12 +8,12 @@ #define ldebug_h -#include "lobject.h" +#include "lstate.h" #include "luadebug.h" -void luaG_callerror (lua_State *L, TObject *func); -void luaG_indexerror (lua_State *L, TObject *t); +void luaG_callerror (lua_State *L, StkId func); +void luaG_indexerror (lua_State *L, StkId t); #endif -- cgit v1.2.3-55-g6feb