Project

General

Profile

« Previous | Next » 

Revision d6f21b30

Added by k0kubun (Takashi Kokubun) over 2 years ago

Convert catch_except_t to stdbool

catch_excep_t is a field that exists for MJIT. In the process of
rewriting MJIT in Ruby, I added API to convert 1/0 of _Bool to
true/false, and it seemed confusing and hard to maintain if you
don't use _Bool for *_p fields.