AMNS / Nightingale

Nightingale music notation software.
Mozilla Public License 2.0
11 stars 3 forks source link

Code cleanup: replace "Boolean" type with "bool" #166

Open donbyrd opened 6 years ago

donbyrd commented 6 years ago

It'd be good to replace all instances of "Boolean" with the standard C99 type "bool", defined in stdbool.h. However, when I tried this in fall 2017, it resulted in mysterious compilation errors. Whatever is causing this could cause problems porting to the Mac Cocoa toolkit/framework or to other OSs.