Skip to content

Commit

Permalink
Fix include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
john-z-yang committed Dec 15, 2023
1 parent 68a5c0f commit eac3de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sexpr/Casting.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LISP_SRC_SEXPR_CAST_CPP_
#define LISP_SRC_SEXPR_CAST_CPP_
#ifndef LISP_SRC_SEXPR_CASTING_HPP_
#define LISP_SRC_SEXPR_CASTING_HPP_

#include "../error/TypeError.hpp"
#include "SExpr.hpp"
Expand Down

0 comments on commit eac3de0

Please sign in to comment.