* 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.
This commit is contained in:
Paul Eggert
2002-10-23 18:42:04 +00:00
parent f6d0c2394c
commit c55762568f

View File

@@ -1,3 +1,11 @@
2002-10-23 Paul Eggert <eggert@twinsun.com>
* 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.
2002-10-22 Akim Demaille <akim@epita.fr>
* src/system.h: Include sys/types.