Fix compiler warnings in getdate.c

This commit is contained in:
Miroslav Lichvar 2009-07-06 11:49:26 +02:00
parent 8c0f3f4042
commit eefb5c7552

View file

@ -140,8 +140,8 @@ extern time_t mktime ();
#define yytable gd_yytable
#define yycheck gd_yycheck
static int yylex ();
static int yyerror ();
static int yylex (void);
static int yyerror (char *s);
#define EPOCH 1970
#define HOUR(x) ((x) * 60)