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
11218220
...
112182204cbd90918be7197066939a01b1e95270
authored
2003-08-22 14:01:03 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(yyparse): Forward declaration.
1 parent
fd21a8ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mh/mh_alias.l
mh/mh_alias.l
View file @
1121822
...
...
@@ -324,7 +324,9 @@ pop_source ()
context_stack = ctx;
return 0;
}
extern int yyparse __P((void));
%}
WS [ \t]+
WORD [^ \t\n,:;<+=\*]+
...
...
Please
register
or
sign in
to post a comment