Mail Archives: djgpp-workers/2000/06/29/14:23:49
I have a stdbool.h file in my djgpp/include directory. This the
configure script of tar-1.12a detects. Unfortunately thereby demanding
gcc to support (the C99) type _Bool. This is not great as current gcc
(--version says 2.952) does not do this. So I think a little #if
GCC_VERSION >= 3 magic (not correct, I know, but as an example)
inserting something like "typedef enum { false = 0, true } bool;" if
necessary would be good in stdbool.h.
Opinions?
Right,
MartinS
- Raw text -