From 30f7753bb64ad95750dbd6bce9b7ab3c077b92aa Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 6 Mar 2017 21:04:01 +0000 Subject: Made good progress --- c_compiler/include/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_compiler/include/function.hpp') diff --git a/c_compiler/include/function.hpp b/c_compiler/include/function.hpp index 967c9d8..d608531 100644 --- a/c_compiler/include/function.hpp +++ b/c_compiler/include/function.hpp @@ -1,4 +1,4 @@ - #ifndef AST_FUNCTION_HPP +#ifndef AST_FUNCTION_HPP #define AST_FUNCTION_HPP #include "ast.hpp" -- cgit