aboutsummaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tree.h b/tree.h
index 641765b3..bf6eb27d 100644
--- a/tree.h
+++ b/tree.h
@@ -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.9 1995/01/12 14:19:04 roberto Exp roberto $ 4** $Id: tree.h,v 1.10 1995/10/17 11:53:53 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef tree_h 7#ifndef tree_h
@@ -32,6 +32,5 @@ typedef struct TreeNode
32TaggedString *lua_createstring (char *str); 32TaggedString *lua_createstring (char *str);
33TreeNode *lua_constcreate (char *str); 33TreeNode *lua_constcreate (char *str);
34Long lua_strcollector (void); 34Long lua_strcollector (void);
35TreeNode *luaI_nodebysymbol (Word symbol);
36 35
37#endif 36#endif