• Show log

    Commit

  • Hash : bf9507a9
    Author : Daniel Mendler
    Date : 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