Skip to content

Commit

Permalink
Merge pull request #1839 from cubicdaiya/issues/comment_include_guard
Browse files Browse the repository at this point in the history
Add comments at end of include guard
  • Loading branch information
matz committed Mar 10, 2014
2 parents c740a78 + 042c9f9 commit 93350ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gc.c
Expand Up @@ -1589,5 +1589,5 @@ gc_test(mrb_state *mrb, mrb_value self)
test_incremental_sweep_phase(); test_incremental_sweep_phase();
return mrb_nil_value(); return mrb_nil_value();
} }
#endif #endif /* GC_DEBUG */
#endif #endif /* GC_TEST */
2 changes: 1 addition & 1 deletion src/mrb_throw.h
Expand Up @@ -38,4 +38,4 @@ struct mrb_jmpbuf {
#endif #endif
}; };


#endif #endif /* MRB_THROW_H */
2 changes: 1 addition & 1 deletion src/re.h
Expand Up @@ -9,4 +9,4 @@


#define REGEXP_CLASS "Regexp" #define REGEXP_CLASS "Regexp"


#endif #endif /* RE_H */

0 comments on commit 93350ca

Please sign in to comment.