diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-19 16:41:10 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-03-19 16:41:10 -0300 |
commit | 1444d28476af70bc51c4fdba71deb669f41c77a3 (patch) | |
tree | 6d19c5653702ea341f6650f3e917ed77456f757f /tree.h | |
parent | 2de803c250de373186afbbea0a5978f54c52850c (diff) | |
download | lua-1444d28476af70bc51c4fdba71deb669f41c77a3.tar.gz lua-1444d28476af70bc51c4fdba71deb669f41c77a3.tar.bz2 lua-1444d28476af70bc51c4fdba71deb669f41c77a3.zip |
first full implementation of internal methods
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 |