aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/include/expression.hpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-15 17:39:50 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-15 17:39:50 +0000
commit667a766552e2002ae7cf7969d78aaeba906d3759 (patch)
tree2d9fc3ffae5485cbf8ff250eb6e77ba01e653f60 /c_compiler/include/expression.hpp
parent10a1fc0bc485cb0ac20aff586182a66932d3be64 (diff)
downloadCompiler-667a766552e2002ae7cf7969d78aaeba906d3759.tar.gz
Compiler-667a766552e2002ae7cf7969d78aaeba906d3759.zip
Working with stack
Diffstat (limited to 'c_compiler/include/expression.hpp')
-rw-r--r--c_compiler/include/expression.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_compiler/include/expression.hpp b/c_compiler/include/expression.hpp
index ae186d1..dc2b2e9 100644
--- a/c_compiler/include/expression.hpp
+++ b/c_compiler/include/expression.hpp
@@ -1,5 +1,5 @@
-#ifndef AST_EXPRESSION_HPP
-#define AST_EXPRESSION_HPP
+#ifndef EXPRESSION_HPP
+#define EXPRESSION_HPP
#include "node.hpp"
#include "bindings.hpp"