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