Fix compiler warnings in getdate.c
This commit is contained in:
parent
8c0f3f4042
commit
eefb5c7552
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ extern time_t mktime ();
|
||||||
#define yytable gd_yytable
|
#define yytable gd_yytable
|
||||||
#define yycheck gd_yycheck
|
#define yycheck gd_yycheck
|
||||||
|
|
||||||
static int yylex ();
|
static int yylex (void);
|
||||||
static int yyerror ();
|
static int yyerror (char *s);
|
||||||
|
|
||||||
#define EPOCH 1970
|
#define EPOCH 1970
|
||||||
#define HOUR(x) ((x) * 60)
|
#define HOUR(x) ((x) * 60)
|
||||||
|
|
Loading…
Reference in a new issue