Project

General

Profile

« Previous | Next » 

Revision 696b2716

Added by k0kubun (Takashi Kokubun) about 1 year ago

Return stdbool from recursive_check()

The return value is used as a boolean value in C. Since it's not used as
a Ruby object, it just seems confusing that it returns a VALUE.