aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree.c b/tree.c
index 1afded62..c993e199 100644
--- a/tree.c
+++ b/tree.c
@@ -3,7 +3,7 @@
3** TecCGraf - PUC-Rio 3** TecCGraf - PUC-Rio
4*/ 4*/
5 5
6char *rcs_tree="$Id: tree.c,v 1.21 1997/02/11 11:35:05 roberto Exp roberto $"; 6char *rcs_tree="$Id: tree.c,v 1.22 1997/03/19 19:41:10 roberto Exp roberto $";
7 7
8 8
9#include <string.h> 9#include <string.h>
@@ -125,7 +125,7 @@ TaggedString *lua_createstring (char *str)
125void luaI_strcallIM (void) 125void luaI_strcallIM (void)
126{ 126{
127 int i; 127 int i;
128 Object o; 128 TObject o;
129 ttype(&o) = LUA_T_USERDATA; 129 ttype(&o) = LUA_T_USERDATA;
130 for (i=0; i<NUM_HASHS; i++) { 130 for (i=0; i<NUM_HASHS; i++) {
131 stringtable *tb = &string_root[i]; 131 stringtable *tb = &string_root[i];