mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd_parser: Fix inconsistent declaration of yyerror().
This commit is contained in:
parent
0f8db0552e
commit
67b7840a5d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
#define YY_NO_UNPUT
|
#define YY_NO_UNPUT
|
||||||
|
|
||||||
int yyparse(void);
|
int yyparse(void);
|
||||||
int yyerror(const char *);
|
void yyerror(const char *);
|
||||||
int yylex(void);
|
int yylex(void);
|
||||||
|
|
||||||
static time_t conf_find_time(char*);
|
static time_t conf_find_time(char*);
|
||||||
|
|
Loading…
Reference in a new issue