m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/Attic/builtin.c,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/Attic/builtin.c,v [branch-1_4]
Date: Mon, 15 Jan 2007 13:51:34 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/01/15 13:51:33

Index: src/builtin.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/builtin.c,v
retrieving revision 1.1.1.1.2.53
retrieving revision 1.1.1.1.2.54
diff -u -b -r1.1.1.1.2.53 -r1.1.1.1.2.54
--- src/builtin.c       6 Jan 2007 19:56:11 -0000       1.1.1.1.2.53
+++ src/builtin.c       15 Jan 2007 13:51:33 -0000      1.1.1.1.2.54
@@ -1209,8 +1209,10 @@
   if (fp == NULL)
     {
       if (!silent)
-       M4ERROR ((warning_status, errno,
-                 "cannot open `%s'", ARG (1)));
+       {
+         M4ERROR ((warning_status, errno, "cannot open `%s'", ARG (1)));
+         retcode = EXIT_FAILURE;
+       }
       return;
     }
 




reply via email to

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