]> jfr.im git - solanum.git/commitdiff
ircd_parser: Fix inconsistent declaration of yyerror().
authorJilles Tjoelker <redacted>
Thu, 29 May 2014 21:23:50 +0000 (23:23 +0200)
committerJilles Tjoelker <redacted>
Thu, 29 May 2014 21:23:50 +0000 (23:23 +0200)
src/ircd_parser.y

index e8df7653ea12a2e45c6eeb59d7bf8b22664af1ab..40465186ee0caa3b2f55225c7599e12abe91513e 100644 (file)
@@ -26,7 +26,7 @@
 #define YY_NO_UNPUT
 
 int yyparse(void);
-int yyerror(const char *);
+void yyerror(const char *);
 int yylex(void);
 
 static time_t conf_find_time(char*);