mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add comments at end of include guard
This commit is contained in:
@@ -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
@@ -38,4 +38,4 @@ struct mrb_jmpbuf {
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* MRB_THROW_H */
|
||||
|
||||
Reference in New Issue
Block a user