Skip to content

Commit

Permalink
re #52: fix include guard for preprocess.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
biojppm committed May 12, 2020
1 parent 8ebf41d commit 829f724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/c4/yml/preprocess.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _C4_YML_EMIT_HPP_
#define _C4_YML_EMIT_HPP_
#ifndef _C4_YML_PREPROCESS_HPP_
#define _C4_YML_PREPROCESS_HPP_

/** @file preprocess.hpp Functions for preprocessing YAML prior to parsing. */

Expand Down Expand Up @@ -143,4 +143,4 @@ CharContainer preprocess_rxmap(csubstr rxmap)
} // namespace yml
} // namespace c4

#endif /* _C4_YML_COMMON_HPP_ */
#endif /* _C4_YML_PREPROCESS_HPP_ */

0 comments on commit 829f724

Please sign in to comment.