Commit 042c9f95 authored by cubicdaiya's avatar cubicdaiya

add comments at end of include guard

parent c740a78e
...@@ -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