aboutsummaryrefslogtreecommitdiff
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 6a42dfa4..f322e833 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.7 1994/11/25 19:27:03 roberto Exp roberto $ 4** $Id: tree.h,v 1.8 1994/12/20 21:20:36 roberto Exp roberto $
5*/ 5*/
6 6
7#ifndef tree_h 7#ifndef tree_h
@@ -31,7 +31,7 @@ typedef struct TreeNode
31 31
32TaggedString *lua_createstring (char *str); 32TaggedString *lua_createstring (char *str);
33TreeNode *lua_constcreate (char *str); 33TreeNode *lua_constcreate (char *str);
34Word lua_strcollector (void); 34Long lua_strcollector (void);
35TreeNode *lua_varnext (char *n); 35TreeNode *lua_varnext (char *n);
36 36
37#endif 37#endif