aboutsummaryrefslogtreecommitdiff
path: root/lbuiltin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbuiltin.h')
-rw-r--r--lbuiltin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lbuiltin.h b/lbuiltin.h
index 0e42c138..e35b3ba4 100644
--- a/lbuiltin.h
+++ b/lbuiltin.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbuiltin.h,v 1.2 1999/11/22 13:12:07 roberto Exp roberto $ 2** $Id: lbuiltin.h,v 1.3 1999/12/14 18:33:29 roberto Exp roberto $
3** Built-in functions 3** Built-in functions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,8 +9,8 @@
9 9
10#include "lua.h" 10#include "lua.h"
11 11
12void luaB_alert (lua_State *L); 12void luaB__alert (lua_State *L);
13void luaB_ERRORMESSAGE (lua_State *L); 13void luaB__ERRORMESSAGE (lua_State *L);
14void luaB_print (lua_State *L); 14void luaB_print (lua_State *L);
15void luaB_tonumber (lua_State *L); 15void luaB_tonumber (lua_State *L);
16void luaB_error (lua_State *L); 16void luaB_error (lua_State *L);