Commit db579602 db579602ff756808bffc3695cc3cdc81c96b687a by Sergey Poznyakoff

(mh_format_debug): New function.

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