newly re-generated from the modified getdate.y
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 07:41:51 +0000 (07:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Aug 2001 07:41:51 +0000 (07:41 +0000)
lib/getdate.c

index 62b8218..df25f1a 100644 (file)
@@ -1524,9 +1524,11 @@ yyerrhandle:
    the same signature as the function definition does. */
 #include "getdate.h"
 
+#ifndef WIN32 /* the windows dudes don't need these, does anyone really? */
 extern struct tm       *gmtime ();
 extern struct tm       *localtime ();
 extern time_t          mktime ();
+#endif
 
 /* Month and day table. */
 static TABLE const MonthDayTable[] = {