From aabefe9d68be29c81e7afe00bf00c5bfbf243dc5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 28 Dec 1999 17:23:41 -0200 Subject: details. --- lbuiltin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lbuiltin.h') diff --git a/lbuiltin.h b/lbuiltin.h index e35b3ba4..565cd3ac 100644 --- a/lbuiltin.h +++ b/lbuiltin.h @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.h,v 1.3 1999/12/14 18:33:29 roberto Exp roberto $ +** $Id: lbuiltin.h,v 1.4 1999/12/27 17:33:22 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -9,7 +9,7 @@ #include "lua.h" -void luaB__alert (lua_State *L); +void luaB__ALERT (lua_State *L); void luaB__ERRORMESSAGE (lua_State *L); void luaB_print (lua_State *L); void luaB_tonumber (lua_State *L); -- cgit v1.2.3-55-g6feb