Commit 51da223bf37d7b234c07372c0ba4c95c5ad87541

Martin Mitas 2019-05-11T00:11:44

Minor cleanup. * md_analyze_line: Use while() loop instead of bunch of gotos. * Remove some manual optimizations. The optimizing skills of compilers have improved in the recent years. With gcc 8.3 at -O3 there is no measurable change.