CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/08/08 23:17:44
Modified files:
. : ChangeLog NEWS
doc : m4.texinfo
src : debug.c input.c m4.c m4.h macro.c output.c
Log message:
Avoid printing `NONE:0:' in error messages.
* src/m4.h (m4_error_at_line): New function.
* src/m4.c (m4_error_at_line): Implement.
* src/input.c (skip_line, input_init, next_token): Use "", not
"NONE", for no file, since NONE can be a real file name.
* src/macro.c (expand_argument): Likewise.
* src/debug.c (debug_message_prefix, trace_header): Check for
current file.
* doc/m4.texinfo (Dnl, M4wrap): Adjust accordingly.
(Location): Document that synclines and internal message format
are not impacted by redefining these macros.
(M4exit): Hint at bug in fatal_error.
(Answers): Provide workaround to match m4 output.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/m4/ChangeLog?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.149&r2=1.1.1.1.2.150
http://cvs.savannah.gnu.org/viewcvs/m4/NEWS?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.49&r2=1.1.1.1.2.50
http://cvs.savannah.gnu.org/viewcvs/m4/doc/m4.texinfo?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.61&r2=1.1.1.1.2.62
http://cvs.savannah.gnu.org/viewcvs/m4/src/debug.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.6&r2=1.1.1.1.2.7
http://cvs.savannah.gnu.org/viewcvs/m4/src/input.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.18&r2=1.1.1.1.2.19
http://cvs.savannah.gnu.org/viewcvs/m4/src/m4.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.26&r2=1.1.1.1.2.27
http://cvs.savannah.gnu.org/viewcvs/m4/src/m4.h?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.26&r2=1.1.1.1.2.27
http://cvs.savannah.gnu.org/viewcvs/m4/src/macro.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.10&r2=1.1.1.1.2.11
http://cvs.savannah.gnu.org/viewcvs/m4/src/output.c?cvsroot=m4&only_with_tag=branch-1_4&r1=1.1.1.1.2.8&r2=1.1.1.1.2.9
