Eric Blake <ebb9 <at> byu.net> writes: > I'm still going rather slowly at porting the argv_ref branch into master. > * doc/m4.texinfo (Syntax, Mkstemp, Using frozen files): Adjust > tests. > * examples/null.m4: Likewise. > * examples/null.out: Likewise. > * examples/null.err: Likewise.
I'm not sure what went wrong, but I must have pushed an early version of my intended commit. branch-1.6 fails its testsuite without this followup. From: Eric Blake <[email protected]> Date: Mon, 16 Feb 2009 13:29:36 -0700 Subject: [PATCH] Fix bogus testsuite failure from 2009-02-11. * examples/null.err: Fix typo. Signed-off-by: Eric Blake <[email protected]> --- ChangeLog | 5 +++++ examples/null.err | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index e216c4a..2097dd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-16 Eric Blake <[email protected]> + + Fix bogus testsuite failure from 2009-02-11. + * examples/null.err: Fix typo. + 2009-02-12 Eric Blake <[email protected]> Avoid quadratic code when walking definition stack. diff --git a/examples/null.err b/examples/null.err index 8446d78..32c85b3 100644 --- a/examples/null.err +++ b/examples/null.err @@ -70,6 +70,6 @@ traceon: m4trace: -1- -...@-(`...@-') -> `strange: -...@-' m4trace: -1- body -> `...@-^@' undefine: -m4:examples/null.m4:208: Warning: undefine: undefined macro `-\0-' +m4:examples/null.m4:211: Warning: undefine: undefined macro `-\0-' undivert: m4:examples/null.m4:214: Warning: undivert: invalid file name `1\0001' -- 1.6.1.2 _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
