summaryrefslogtreecommitdiff
path: root/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'table.c')
-rw-r--r--table.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/table.c b/table.c
index 56f7fb82..c16924cc 100644
--- a/table.c
+++ b/table.c
@@ -3,7 +3,7 @@
3** Module to control static tables 3** Module to control static tables
4*/ 4*/
5 5
6char *rcs_table="$Id: table.c,v 2.53 1996/04/29 18:53:53 roberto Exp roberto $"; 6char *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},