diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-04-02 20:04:12 -0300 |
commit | 075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2 (patch) | |
tree | ae1dd456984f4e7128b2d4a2e2e43e4f23b99d01 /inout.c | |
parent | 7c99149a76ce0c7469c9bafec5dfff529f88512c (diff) | |
download | lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.tar.gz lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.tar.bz2 lua-075b7918c3dcc1e8b4d5e7f19ae213b081e01bf2.zip |
new function "getintmethod"
Diffstat (limited to 'inout.c')
-rw-r--r-- | inout.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,7 @@ | |||
5 | ** Also provides some predefined lua functions. | 5 | ** Also provides some predefined lua functions. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | char *rcs_inout="$Id: inout.c,v 2.52 1997/04/01 19:02:43 roberto Exp roberto $"; | 8 | char *rcs_inout="$Id: inout.c,v 2.53 1997/04/02 22:53:35 roberto Exp roberto $"; |
9 | 9 | ||
10 | #include <stdio.h> | 10 | #include <stdio.h> |
11 | #include <string.h> | 11 | #include <string.h> |
@@ -342,6 +342,7 @@ static struct { | |||
342 | {"setfallback", luaI_setfallback}, | 342 | {"setfallback", luaI_setfallback}, |
343 | {"setglobal", luaI_setglobal}, | 343 | {"setglobal", luaI_setglobal}, |
344 | {"setintmethod", luaI_setintmethod}, | 344 | {"setintmethod", luaI_setintmethod}, |
345 | {"getintmethod", luaI_getintmethod}, | ||
345 | {"settag", luaIl_settag}, | 346 | {"settag", luaIl_settag}, |
346 | {"tonumber", lua_obj2number}, | 347 | {"tonumber", lua_obj2number}, |
347 | {"tostring", luaI_tostring}, | 348 | {"tostring", luaI_tostring}, |