summaryrefslogtreecommitdiff
path: root/lbuiltin.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-28 17:23:41 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-28 17:23:41 -0200
commitaabefe9d68be29c81e7afe00bf00c5bfbf243dc5 (patch)
tree399988fc1181c543499095c0f0423bc68680277f /lbuiltin.h
parentfb602839744a1e4d1c966ca4ab5640231c155cd3 (diff)
downloadlua-github-aabefe9d68be29c81e7afe00bf00c5bfbf243dc5.tar.gz
details.
Diffstat (limited to 'lbuiltin.h')
-rw-r--r--lbuiltin.h4
1 files changed, 2 insertions, 2 deletions
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);