Commit bf9507a9d4cdd89ae779d1b5708f9abc7550ded5

Daniel Mendler 2019-10-24T22:02:29

replace mp_bool by stdbool * This gives the advantage that static analysis **understands** bool, but complains about using an enum type instead of bool. * If stdbool.h is not desired, true/false/bool can be replaced using sed as in the no-stdint-h branch. * We already include stdint.h and stdbool.h is not more harmful than this header