Commit f4e2774a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

newly re-generated from the modified getdate.y

parent d5112c0d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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[] = {