diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-27 15:33:22 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-27 15:33:22 -0200 |
commit | acdb0b741e31adebfa4f608f8bf23e65fa68d741 (patch) | |
tree | a4f3bb695c4b2ae03ef8e02d15953bc12de25a9d /lbuiltin.h | |
parent | 5b08fcd5a1392a7440cae91e68f350a44b136806 (diff) | |
download | lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.tar.gz lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.tar.bz2 lua-acdb0b741e31adebfa4f608f8bf23e65fa68d741.zip |
comments.
Diffstat (limited to 'lbuiltin.h')
-rw-r--r-- | lbuiltin.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 | ||
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); |
16 | void luaB_error (lua_State *L); | 16 | void luaB_error (lua_State *L); |