mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7d85092bc4
There is no need to limit the type to `struct RString`. Also, the `MRB_EXC_MESG_STRING_FLAG` flag can be eliminated by checking if `struct RException::mesg` is `NULL` or not. ref. #2485