]> git.lyx.org Git - features.git/commit
parse_text (tex2lyx): get rid of the monstrous if-then-else clause
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 5 Mar 2018 08:08:14 +0000 (09:08 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 5 Mar 2018 08:08:14 +0000 (09:08 +0100)
commitb94bb37e5310b9007ed812c58460a5292820c534
tree8eded8a72be51e3a57c31800733821c7080361b7
parent426ecc52a45c217802c4547dcadc03da5372a8a3
parse_text (tex2lyx): get rid of the monstrous if-then-else clause

Rather than that, continue in the loop if a condition is met.

This fixes tex2lyx for MINGW, which has a cluase-nesting threshold.

Fixes: #9552
src/tex2lyx/text.cpp