newly re-generated from the modified getdate.y

This commit is contained in:
Daniel Stenberg 2001-08-24 07:41:51 +00:00
Родитель d5112c0dec
Коммит f4e2774ab8
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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[] = {