m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/path.c [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/path.c [branch-1_4]
Date: Sun, 28 May 2006 04:24:03 +0000

Index: m4/src/path.c
diff -u m4/src/path.c:1.1.1.1.2.2 m4/src/path.c:1.1.1.1.2.3
--- m4/src/path.c:1.1.1.1.2.2   Sun May  1 11:54:12 2005
+++ m4/src/path.c       Sun May 28 04:24:01 2006
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
 
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2004 Free Software
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 2004, 2006 Free Software
    Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -134,7 +134,7 @@
       if (fp != NULL)
        {
          if (debug_level & DEBUG_TRACE_PATH)
-           DEBUG_MESSAGE (("path search for `%s' found `%s'", dir, name));
+           DEBUG_MESSAGE2 ("path search for `%s' found `%s'", dir, name);
          break;
        }
     }




reply via email to

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