bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

m4 1.4.5 testsuite failure


From: Andreas Schwab
Subject: m4 1.4.5 testsuite failure
Date: Mon, 17 Jul 2006 14:24:16 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

This fixes a testsuite failure.

Andreas.

2006-07-17  Andreas Schwab  <address@hidden>

        * src/builtin.c (substitute): Don't run past EOS.

--- src/builtin.c.~1.1.1.1.2.25.~       2006-07-17 14:05:37.000000000 +0200
+++ src/builtin.c       2006-07-17 14:13:01.000000000 +0200
@@ -1657,7 +1657,7 @@ Warning: sub-expression %d not present",
        case '\0':
          M4ERROR ((warning_status, 0, "\
 Warning: trailing \\ ignored in replacement"));
-         break;
+         return;
 
        default:
          obstack_1grow (obs, ch);

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]