add comments at end of include guard

This commit is contained in:
cubicdaiya
2014-03-10 12:37:47 +09:00
parent c740a78e5c
commit 042c9f95a5
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 */