(mh_format_debug): New function.
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -486,6 +486,12 @@ yylex () | ... | @@ -486,6 +486,12 @@ yylex () |
486 | return STRING; | 486 | return STRING; |
487 | } | 487 | } |
488 | 488 | ||
489 | void | ||
490 | mh_format_debug (int val) | ||
491 | { | ||
492 | yydebug = val; | ||
493 | } | ||
494 | |||
489 | int | 495 | int |
490 | mh_format_parse (char *format_str, mh_format_t *fmt) | 496 | mh_format_parse (char *format_str, mh_format_t *fmt) |
491 | { | 497 | { | ... | ... |
-
Please register or sign in to post a comment