Source-Changes-D archive

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

Re: CVS commit: src/lib/libc/time



In article <20140816123631.GA3546%apb-laptoy.apb.alt.za@localhost>,
Alan Barrett  <apb%netbsd.org@localhost> wrote:
>On Sat, 16 Aug 2014, Christos Zoulas wrote:
>>Module Name:  src
>>Committed By: christos
>>Date:         Sat Aug 16 10:38:43 UTC 2014
>>
>>Modified Files:
>>      src/lib/libc/time: zic.c
>>
>> Log Message:
>> gcc on the sparc needs help with variables it thinks are 
>> unitialized, but are not.
>
>>                              INITIALIZE(ktime);
>>+                             ktime = 0; /* XXX: gcc */
>
>The #define GNUC_or_lint and #ifdef GNUC_or_lint in time/private.h 
>should have made it so INITIALIZE(ktime) was enough.

I think that this INITIALIZE() game is a lost cause... I'll see why
it is not defined.

christos



Home | Main Index | Thread Index | Old Index