Do not try to recover from parse errors in atom_parse()
commita3d5fa61fe1f293ff9211b554fbb52034d2b02c9
authorPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 14:31:01 +0000 (12 16:31 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 14:31:01 +0000 (12 16:31 +0200)
treebd3310dda5ff89ab9d593f121f01891a208c066b
parent412d5ad84f95991323d276e313f87c236bc80f52
Do not try to recover from parse errors in atom_parse()

The update to *sexpr is not needed, because compile_till() doesn't
try to recover either.

As a general note, ignoring errors may do more harm than good.
libhed/expr.c