Commit 4844a09b 4844a09bc4e98d59c4614c04827a1492da90b7bb by Sergey Poznyakoff

(yylex,yyerror): Remove declarations

1 parent dfb8eac4
......@@ -29,8 +29,6 @@ mu_sieve_machine_t sieve_machine;
int sieve_error_count;
static void branch_fixup (size_t start, size_t end);
int yyerror (char *s);
int yylex ();
%}
%union {
......