Commit 3f28eafeaf237aa9a3f902388aa632c6d81447de

Calvin Buckley 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' ```