From acdb0b741e31adebfa4f608f8bf23e65fa68d741 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 27 Dec 1999 15:33:22 -0200 Subject: comments. --- lbuiltin.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lbuiltin.h') diff --git a/lbuiltin.h b/lbuiltin.h index 0e42c138..e35b3ba4 100644 --- a/lbuiltin.h +++ b/lbuiltin.h @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.h,v 1.2 1999/11/22 13:12:07 roberto Exp roberto $ +** $Id: lbuiltin.h,v 1.3 1999/12/14 18:33:29 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -9,8 +9,8 @@ #include "lua.h" -void luaB_alert (lua_State *L); -void luaB_ERRORMESSAGE (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); void luaB_error (lua_State *L); -- cgit v1.2.3-55-g6feb