Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4844a09b
...
4844a09bc4e98d59c4614c04827a1492da90b7bb
authored
2005-11-15 15:13:55 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(yylex,yyerror): Remove declarations
1 parent
dfb8eac4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
libsieve/sieve.y
libsieve/sieve.y
View file @
4844a09
...
...
@@ -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 {
...
...
Please
register
or
sign in
to post a comment