From b7a0503c1d72603b8f7e480f2abecbc05348cb69 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 15 May 2002 15:57:44 -0300 Subject: new format for error messages --- lobject.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lobject.h') diff --git a/lobject.h b/lobject.h index ad3233f6..fbf57adc 100644 --- a/lobject.h +++ b/lobject.h @@ -1,5 +1,5 @@ /* -** $Id: lobject.h,v 1.130 2002/05/06 15:51:41 roberto Exp roberto $ +** $Id: lobject.h,v 1.131 2002/05/07 17:36:56 roberto Exp roberto $ ** Type definitions for Lua objects ** See Copyright Notice in lua.h */ @@ -252,7 +252,6 @@ int luaO_str2d (const char *s, lua_Number *result); const char *luaO_vpushstr (lua_State *L, const char *fmt, va_list argp); const char *luaO_pushstr (lua_State *L, const char *fmt, ...); -void luaO_verror (lua_State *L, const char *fmt, ...); void luaO_chunkid (char *out, const char *source, int len); -- cgit v1.2.3-55-g6feb