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
db579602
...
db579602ff756808bffc3695cc3cdc81c96b687a
authored
2003-01-31 15:00:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format_debug): New function.
1 parent
70791650
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
mh/mh_fmtgram.y
mh/mh_fmtgram.y
View file @
db57960
...
...
@@ -486,6 +486,12 @@ yylex ()
return STRING;
}
void
mh_format_debug (int val)
{
yydebug = val;
}
int
mh_format_parse (char *format_str, mh_format_t *fmt)
{
...
...
Please
register
or
sign in
to post a comment