diff options
Diffstat (limited to 'lbuiltin.h')
-rw-r--r-- | lbuiltin.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbuiltin.h,v 1.3 1999/12/14 18:33:29 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.h,v 1.4 1999/12/27 17:33:22 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,7 +9,7 @@ | |||
9 | 9 | ||
10 | #include "lua.h" | 10 | #include "lua.h" |
11 | 11 | ||
12 | void luaB__alert (lua_State *L); | 12 | void luaB__ALERT (lua_State *L); |
13 | void luaB__ERRORMESSAGE (lua_State *L); | 13 | void luaB__ERRORMESSAGE (lua_State *L); |
14 | void luaB_print (lua_State *L); | 14 | void luaB_print (lua_State *L); |
15 | void luaB_tonumber (lua_State *L); | 15 | void luaB_tonumber (lua_State *L); |