Commit 93350ca2 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1839 from cubicdaiya/issues/comment_include_guard

Add comments at end of include guard
parents c740a78e 042c9f95
...@@ -1589,5 +1589,5 @@ gc_test(mrb_state *mrb, mrb_value self) ...@@ -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 */
...@@ -38,4 +38,4 @@ struct mrb_jmpbuf { ...@@ -38,4 +38,4 @@ struct mrb_jmpbuf {
#endif #endif
}; };
#endif #endif /* MRB_THROW_H */
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
#define REGEXP_CLASS "Regexp" #define REGEXP_CLASS "Regexp"
#endif #endif /* RE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment