bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] new module: timegm


From: Simon Josefsson
Subject: Re: [Bug-gnulib] new module: timegm
Date: Mon, 01 Sep 2003 20:18:01 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bruno Haible <address@hidden> writes:

> Simon Josefsson wrote:
>> It seem to work (on >>10 platforms).
>>
>> New module below, based on the code above.
>
> Perfect. I've committed your patch.

Thanks!

>> +  if (tb == (time_t) - 1)
>
> I tweaked this to read
>
>      if (tb == (time_t) -1)
>
> because we also routinely write "(size_t) -1" without a space after the
> operator.

Ah, sorry, it is a long standing GNU indent bug.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]