(yylex,yyerror): Remove declarations
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -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 { | ... | ... |
-
Please register or sign in to post a comment