diff options
author | Mike Buland <eichlan@xagasoft.com> | 2016-11-01 17:44:27 -0600 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2016-11-01 17:44:27 -0600 |
commit | df06824ea2921dda417f2b39c17f60377aecd7ce (patch) | |
tree | 414c0668046e12a30a140befaf2f1633ad22c68d /src/ast.cpp | |
parent | 31fa2d4836ce93993aa94364b1c3dd2195c90142 (diff) | |
download | build-df06824ea2921dda417f2b39c17f60377aecd7ce.tar.gz build-df06824ea2921dda417f2b39c17f60377aecd7ce.tar.bz2 build-df06824ea2921dda417f2b39c17f60377aecd7ce.tar.xz build-df06824ea2921dda417f2b39c17f60377aecd7ce.zip |
Fixed build against newer bison/flex.
Also added a gitignore.
Diffstat (limited to '')
-rw-r--r-- | src/ast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.cpp b/src/ast.cpp index 24d3193..4bbe186 100644 --- a/src/ast.cpp +++ b/src/ast.cpp | |||
@@ -9,7 +9,7 @@ | |||
9 | #include "astleaf.h" | 9 | #include "astleaf.h" |
10 | #include "astbranch.h" | 10 | #include "astbranch.h" |
11 | 11 | ||
12 | #include "build.tab.h" | 12 | #include "buildparser.h" |
13 | 13 | ||
14 | Ast::Ast() | 14 | Ast::Ast() |
15 | { | 15 | { |