Commit 4844a09b 4844a09bc4e98d59c4614c04827a1492da90b7bb by Sergey Poznyakoff

(yylex,yyerror): Remove declarations

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