commit 30abecd437a166087f91421566e526d645e68210 Author: Juergen Spitzmueller <[email protected]> Date: Wed Aug 22 18:49:16 2018 +0200
tex2lyx: split huge else-if-clause
Use a loop instead and break out after a condition is met. This prevents
problems on windows where the number of else-if-conditions is limited.
src/tex2lyx/text.cpp | 1252 ++++++++++++++++++++++++++------------------------
1 files changed, 640 insertions(+), 612 deletions(-)
