diff options
Diffstat (limited to 'tree.h')
-rw-r--r-- | tree.h | 3 |
1 files changed, 2 insertions, 1 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.14 1996/02/26 17:07:49 roberto Exp roberto $ | 4 | ** $Id: tree.h,v 1.15 1997/02/11 11:35:05 roberto Exp roberto $ |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #ifndef tree_h | 7 | #ifndef tree_h |
@@ -27,5 +27,6 @@ typedef struct TaggedString | |||
27 | TaggedString *lua_createstring (char *str); | 27 | TaggedString *lua_createstring (char *str); |
28 | TaggedString *luaI_createuserdata (char *buff, long size, int tag); | 28 | TaggedString *luaI_createuserdata (char *buff, long size, int tag); |
29 | Long lua_strcollector (void); | 29 | Long lua_strcollector (void); |
30 | void luaI_strcallIM (void); | ||
30 | 31 | ||
31 | #endif | 32 | #endif |