function 'lua_createstring' moved from table.c to tree.c

This commit is contained in:
Roberto Ierusalimschy
1994-11-18 17:27:38 -02:00
parent feed56a01c
commit 73664eb739
4 changed files with 7 additions and 17 deletions

4
tree.h
View File

@@ -1,7 +1,7 @@
/*
** tree.h
** TecCGraf - PUC-Rio
** $Id: tree.h,v 1.3 1994/11/16 16:03:48 roberto Exp roberto $
** $Id: tree.h,v 1.4 1994/11/17 13:58:57 roberto Exp roberto $
*/
#ifndef tree_h
@@ -28,7 +28,7 @@ typedef struct TreeNode
#define indexstring(s) (*(((Word *)s)-1))
char *lua_strcreate (char *str);
char *lua_createstring (char *str);
TreeNode *lua_constcreate (char *str);
int lua_strcollector (void);
TreeNode *lua_varnext (char *n);