Alexander Jones wrote:
Thank you for that fix. Since stdbool.h is not available in C89,
INSTALL (which states that the minimum requirement for the compiler is
C89 support) will need to be updated. The recommended GCC version
should still be OK, as stdbool.h was added to GCC in version 3.0.
Thanks again.
I was thinking about requiring stdbool.h as an extension to C89 (just as
declaration-after-statement). But, as this starts to seem complicated, I'll
simplify it to requiring a C99 compiler.
Best regards,
Antonio.