Skip to content

Draft: Drop custom re-implementation of C99 integer types

Emmanuele Bassi requested to merge ebassi/c99-int-types into main

We have required a strict equivalence between our integer types and their C99 counterparts for two years and four cycles, and nobody complained about it.

It is time to drop one of the few remaining vestiges of C89 compatibility.

Helps: #1484 (closed)

Edited by Philip Withnall

Merge request reports