• Yukihiro "Matz" Matsumoto's avatar
    Rename float configuration option names. · 8a875493
    Yukihiro "Matz" Matsumoto authored
    - `MRB_WITHOUT_FLOAT` => `MRB_NO_FLOAT`
    - `MRB_USE_FLOAT` => `MRB_USE_FLOAT32`
    
    The former is to use `USE_XXX` naming convention. The latter is to make
    sure `float` is 32bit float and not floating point number in general.
    8a875493
object.c 2.73 KB