]> git.saurik.com Git - bison.git/commit
* src/main.c (main): With --trace=time, report times even if a
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 18:42:04 +0000 (18:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2002 18:42:04 +0000 (18:42 +0000)
commitc55762568f7afe6191cd96fcc645b6faf0a32b77
tree5f38e5f65f1ff0d4ec73827c575695cd62d6099c
parentf6d0c2394c64bdd89ccd86a2d41ca70d02777886
* src/main.c (main): With --trace=time, report times even if a
non-fatal error occurs.  Formerly, the times were reported in some
such cases but not in others.
* src/reader.c (reader): Just return if a complaint has been issued,
instead of exiting, so that 'main' can report times.
ChangeLog