index
:
pascal_compiler
master
Small compiler for a subset of pascal
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tree.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'tree.h')
-rw-r--r--
tree.h
2
1 files changed, 2 insertions, 0 deletions
diff --git a/tree.h b/tree.h
index 94ccb7d..23edf8f 100644
--- a/
tree.h
+++ b/
tree.h
@@ -1,6 +1,8 @@
#ifndef TREE_H
#define TREE_H
+#include "node.h"
+
typedef struct parse_tree {
int type;
union {