diff options
Diffstat (limited to 'tree.h')
| -rw-r--r-- | tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** tree.h | 2 | ** tree.h |
| 3 | ** TecCGraf - PUC-Rio | 3 | ** TecCGraf - PUC-Rio |
| 4 | ** $Id: tree.h,v 1.3 1994/11/16 16:03:48 roberto Exp roberto $ | 4 | ** $Id: tree.h,v 1.4 1994/11/17 13:58:57 roberto Exp roberto $ |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef tree_h | 7 | #ifndef tree_h |
| @@ -28,7 +28,7 @@ typedef struct TreeNode | |||
| 28 | #define indexstring(s) (*(((Word *)s)-1)) | 28 | #define indexstring(s) (*(((Word *)s)-1)) |
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | char *lua_strcreate (char *str); | 31 | char *lua_createstring (char *str); |
| 32 | TreeNode *lua_constcreate (char *str); | 32 | TreeNode *lua_constcreate (char *str); |
| 33 | int lua_strcollector (void); | 33 | int lua_strcollector (void); |
| 34 | TreeNode *lua_varnext (char *n); | 34 | TreeNode *lua_varnext (char *n); |
