diff -NaurEbBH lde.orig/src/swiped/cnews/getdate.y lde/src/swiped/cnews/getdate.y --- lde.orig/src/swiped/cnews/getdate.y 2003-12-07 04:35:53.000000000 +0300 +++ lde/src/swiped/cnews/getdate.y 2007-05-06 18:18:52.000000000 +0400 @@ -24,7 +24,8 @@ static int timeflag, dateflag, dayflag, relflag; static time_t relsec, relmonth; - static int hh, mm, ss, merid, daylight; + static int hh, mm, ss, merid; + int daylight; //NOT static now? static int dayord, dayreq; static int month, day, year; static int ourzone;