aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/src/c_parser.y
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-12 19:36:34 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-12 19:36:34 +0000
commitbd2b74569393c2a12f39fad6a3ad11eef2a367b3 (patch)
treee05f902681831381fc7d625e357d5a050bf6ff1d /c_parser/src/c_parser.y
parent94de096a3f8d90c683f9456e7dd698edd6ee39dd (diff)
downloadCompiler-bd2b74569393c2a12f39fad6a3ad11eef2a367b3.tar.gz
Compiler-bd2b74569393c2a12f39fad6a3ad11eef2a367b3.zip
Fixing .gitignore
Diffstat (limited to 'c_parser/src/c_parser.y')
-rw-r--r--c_parser/src/c_parser.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_parser/src/c_parser.y b/c_parser/src/c_parser.y
index 42e27de..25659b5 100644
--- a/c_parser/src/c_parser.y
+++ b/c_parser/src/c_parser.y
@@ -1,7 +1,6 @@
%code requires{
#include "ast.hpp"
-
extern const Expression *g_root; // A way of getting the AST out
//! This is to fix problems when generating C++