summaryrefslogtreecommitdiffhomepage
path: root/src/codedump.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-09-29 10:05:51 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-10-12 18:20:29 +0900
commit7ca59ecea2c15458e74c699da0629c319299e636 (patch)
tree72676f534a3d98db3eba5ff7b35fe08b416dfaf7 /src/codedump.c
parent041351fb05d1e12b74d9fd99796fb47b0b26a886 (diff)
downloadmruby-7ca59ecea2c15458e74c699da0629c319299e636.tar.gz
mruby-7ca59ecea2c15458e74c699da0629c319299e636.zip
Revert e2e6554b56 not to use `MRB_TRY()`; close #5088
`MRB_TRY()` does not work when compiled by C compiler with `cxx_exception`, due to the mixture of `setjmp()` used by `mirb.c` and `throw` used by the core. The original intension of e2e6554b56 is to protect code from signal interruption, but the signal interruption is not well-defined in mruby anyway.
Diffstat (limited to 'src/codedump.c')
0 files changed, 0 insertions, 0 deletions