summaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tree.h b/tree.h
index 0e7c27c9..7587f4ec 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.1 1994/07/19 21:24:17 celes Exp roberto $ 4** $Id: tree.h,v 1.2 1994/11/14 21:40:14 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef tree_h 7#ifndef tree_h
@@ -31,6 +31,6 @@ typedef struct TreeNode
31char *lua_strcreate (char *str); 31char *lua_strcreate (char *str);
32TreeNode *lua_constcreate (char *str); 32TreeNode *lua_constcreate (char *str);
33void lua_strcollector (void); 33void lua_strcollector (void);
34char *lua_varnext (char *n); 34TreeNode *lua_varnext (char *n);
35 35
36#endif 36#endif