diff options
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}, |