[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] contributing to wget
From: |
Micah Cowan |
Subject: |
Re: [Bug-wget] contributing to wget |
Date: |
Fri, 11 Jun 2010 14:12:54 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 |
On 06/11/2010 03:25 AM, Giuseppe Scrivano wrote:
> Daniel Stenberg <address@hidden> 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/
- Re: [Bug-wget] contributing to wget, (continued)
- Re: [Bug-wget] contributing to wget, Micah Cowan, 2010/06/09
- Re: [Bug-wget] contributing to wget, address@hidden, 2010/06/10
- Re: [Bug-wget] contributing to wget, Hrvoje Niksic, 2010/06/11
- Re: [Bug-wget] contributing to wget, Giuseppe Scrivano, 2010/06/11
- Re: [Bug-wget] contributing to wget, vivi, 2010/06/11
- RE: [Bug-wget] contributing to wget, Tony Lewis, 2010/06/11
- Re: [Bug-wget] contributing to wget, vivi, 2010/06/11
- Re: [Bug-wget] contributing to wget, Giuseppe Scrivano, 2010/06/11
- Re: [Bug-wget] contributing to wget, Daniel Stenberg, 2010/06/11
- Re: [Bug-wget] contributing to wget, Giuseppe Scrivano, 2010/06/11
- Re: [Bug-wget] contributing to wget,
Micah Cowan <=