Commit db579602 db579602ff756808bffc3695cc3cdc81c96b687a by Sergey Poznyakoff

(mh_format_debug): New function.

1 parent 70791650
...@@ -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 {
......