diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-17 16:23:12 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-17 16:23:12 -0300 |
commit | 62824137d65aec32654f0cd91f900b1d470fa959 (patch) | |
tree | 4ff631e648d4172d7aa958f30085fcb5bc6c880a /lbuiltin.h | |
parent | 71219ccc3905931c5afb2646ff8c5de4145428f5 (diff) | |
download | lua-62824137d65aec32654f0cd91f900b1d470fa959.tar.gz lua-62824137d65aec32654f0cd91f900b1d470fa959.tar.bz2 lua-62824137d65aec32654f0cd91f900b1d470fa959.zip |
no more `seterrormethod' function
Diffstat (limited to 'lbuiltin.h')
-rw-r--r-- | lbuiltin.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbuiltin.h,v 1.5 1999/12/28 19:23:41 roberto Exp roberto $ | 2 | ** $Id: lbuiltin.h,v 1.6 2000/03/03 14:58:26 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 | */ |
@@ -32,7 +32,6 @@ void luaB_rawgetglobal (lua_State *L); | |||
32 | void luaB_rawgettable (lua_State *L); | 32 | void luaB_rawgettable (lua_State *L); |
33 | void luaB_rawsetglobal (lua_State *L); | 33 | void luaB_rawsetglobal (lua_State *L); |
34 | void luaB_rawsettable (lua_State *L); | 34 | void luaB_rawsettable (lua_State *L); |
35 | void luaB_seterrormethod (lua_State *L); | ||
36 | void luaB_setglobal (lua_State *L); | 35 | void luaB_setglobal (lua_State *L); |
37 | void luaB_settag (lua_State *L); | 36 | void luaB_settag (lua_State *L); |
38 | void luaB_settagmethod (lua_State *L); | 37 | void luaB_settagmethod (lua_State *L); |