mirror of
https://github.com/moparisthebest/curl
synced 2024-11-13 13:05:03 -05:00
newly re-generated from the modified getdate.y
This commit is contained in:
parent
d5112c0dec
commit
f4e2774ab8
@ -1524,9 +1524,11 @@ yyerrhandle:
|
|||||||
the same signature as the function definition does. */
|
the same signature as the function definition does. */
|
||||||
#include "getdate.h"
|
#include "getdate.h"
|
||||||
|
|
||||||
|
#ifndef WIN32 /* the windows dudes don't need these, does anyone really? */
|
||||||
extern struct tm *gmtime ();
|
extern struct tm *gmtime ();
|
||||||
extern struct tm *localtime ();
|
extern struct tm *localtime ();
|
||||||
extern time_t mktime ();
|
extern time_t mktime ();
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Month and day table. */
|
/* Month and day table. */
|
||||||
static TABLE const MonthDayTable[] = {
|
static TABLE const MonthDayTable[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user