On 06/11/2010 03:25 AM, Giuseppe Scrivano wrote: > Daniel Stenberg <dan...@haxx.se> writes: > >>> Please change the type of the variable `ok' to `bool' and include >>> this change in your patch, also include <stdbool.h>. >> >> Are you then dropping everything pre C99? I'm just curious as I >> thought wget traditionally aimed to work fine even with older >> compilers. > > gnulib ensures us that <stdbool.h> is always present, so it should work > on pre C99 compilers as well.
Prior to that, we had always defined bool to be int, I believe. -- Micah J. Cowan http://micah.cowan.name/