diff options
Diffstat (limited to 'table.c')
| -rw-r--r-- | table.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | ** Module to control static tables | 3 | ** Module to control static tables |
| 4 | */ | 4 | */ |
| 5 | 5 | ||
| 6 | char *rcs_table="$Id: table.c,v 2.53 1996/04/29 18:53:53 roberto Exp roberto $"; | 6 | char *rcs_table="$Id: table.c,v 2.54 1996/05/06 14:29:35 roberto Exp roberto $"; |
| 7 | 7 | ||
| 8 | #include "mem.h" | 8 | #include "mem.h" |
| 9 | #include "opcode.h" | 9 | #include "opcode.h" |
| @@ -39,6 +39,7 @@ static struct { | |||
| 39 | lua_CFunction func; | 39 | lua_CFunction func; |
| 40 | } int_funcs[] = { | 40 | } int_funcs[] = { |
| 41 | {"assert", luaI_assert}, | 41 | {"assert", luaI_assert}, |
| 42 | {"call", luaI_call}, | ||
| 42 | {"dofile", lua_internaldofile}, | 43 | {"dofile", lua_internaldofile}, |
| 43 | {"dostring", lua_internaldostring}, | 44 | {"dostring", lua_internaldostring}, |
| 44 | {"error", luaI_error}, | 45 | {"error", luaI_error}, |
