Merge pull request #1839 from cubicdaiya/issues/comment_include_guard

Add comments at end of include guard
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-10 15:54:22 +09:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1589,5 +1589,5 @@ gc_test(mrb_state *mrb, mrb_value self)
test_incremental_sweep_phase();
return mrb_nil_value();
}
#endif
#endif
#endif /* GC_DEBUG */
#endif /* GC_TEST */
+1 -1
View File
@@ -38,4 +38,4 @@ struct mrb_jmpbuf {
#endif
};
#endif
#endif /* MRB_THROW_H */
+1 -1
View File
@@ -9,4 +9,4 @@
#define REGEXP_CLASS "Regexp"
#endif
#endif /* RE_H */