aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/include/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/include/ast.hpp')
-rw-r--r--c_parser/include/ast.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c_parser/include/ast.hpp b/c_parser/include/ast.hpp
index 91c0796..a0889ae 100644
--- a/c_parser/include/ast.hpp
+++ b/c_parser/include/ast.hpp
@@ -3,7 +3,8 @@
#include "ast_base.hpp"
#include "ast_declaration.hpp"
+#include "ast_top.hpp"
-extern const ast_Base *parseAST();
+ast_Top *parseAST();
#endif