• Show log

    Commit

  • Hash : 3f28eafe
    Author : Calvin Buckley
    Date : 2021-07-07T19:35:42

    stdint constants in test suite Passes w/ gcc 11 on Fedora x64. Protip: So you don;t have to suffer, ``` perl -pe 's/(-?(?:0x)?[A-Fa-f0-9]+)([Uu])?[Ll][Ll]/\U$2INT64_C(\E$1)/mg' ```