Well, I've now done the -c89 -pedantic tests myself, and based on that we're C99 because we use 'long long' (and that's in the API for the length of files, which is a bit hard to avoid there unless we say moved to <stdint.h> and used uint64_t, which might cause other troubles and binary incompatibilities...
Anyway, I've gone over the VLA macros and made them c89 compatible by making the size check a separate macro. On 12/12/18 2:04 AM, Jonathan McDougall wrote: > You're already using VLAs, which were introduced in C99 and made > optional in C11, so your code _already_ requires at least C99.
signature.asc
Description: OpenPGP digital signature
