]> git.lyx.org Git - features.git/commit
Fix bug #10581
authorEnrico Forestieri <forenr@lyx.org>
Sun, 2 Apr 2017 22:26:49 +0000 (00:26 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 2 Apr 2017 22:26:49 +0000 (00:26 +0200)
commit66aa52ff20c6e96d679d917bb3d98ff29117ad15
tree3d8b13b1996e0cb7fcf4e3a5c3810ad9da226930
parente36c661c6187dbacf3537038caf6d980c417d381
Fix bug #10581

Tell the math parser that we are parsing a macro definition, so that
it doesn't try to return a verbatim copy in case of failure.
src/mathed/MacroTable.cpp
src/mathed/MathMacro.cpp
src/mathed/MathParser.cpp
src/mathed/MathParser_flags.h
src/mathed/MathSupport.cpp