diff options
Diffstat (limited to '')
| -rw-r--r-- | table.c | 4 |
1 files changed, 3 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.40 1996/01/22 14:15:13 roberto Exp roberto $"; | 6 | char *rcs_table="$Id: table.c,v 2.41 1996/01/22 17:40:00 roberto Exp roberto $"; |
| 7 | 7 | ||
| 8 | /*#include <string.h>*/ | 8 | /*#include <string.h>*/ |
| 9 | 9 | ||
| @@ -68,6 +68,8 @@ static void lua_initsymbol (void) | |||
| 68 | s_tag(n) = LUA_T_CFUNCTION; s_fvalue(n) = luaI_print; | 68 | s_tag(n) = LUA_T_CFUNCTION; s_fvalue(n) = luaI_print; |
| 69 | n = luaI_findsymbolbyname("dostring"); | 69 | n = luaI_findsymbolbyname("dostring"); |
| 70 | s_tag(n) = LUA_T_CFUNCTION; s_fvalue(n) = lua_internaldostring; | 70 | s_tag(n) = LUA_T_CFUNCTION; s_fvalue(n) = lua_internaldostring; |
| 71 | n = luaI_findsymbolbyname("assert"); | ||
| 72 | s_tag(n) = LUA_T_CFUNCTION; s_fvalue(n) = luaI_assert; | ||
| 71 | } | 73 | } |
| 72 | 74 | ||
| 73 | 75 | ||
