CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/10/13 22:25:32
Index: src/path.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/path.c,v
retrieving revision 1.1.1.1.2.11
retrieving revision 1.1.1.1.2.12
diff -u -b -r1.1.1.1.2.11 -r1.1.1.1.2.12
--- src/path.c 10 Oct 2006 11:36:40 -0000 1.1.1.1.2.11
+++ src/path.c 13 Oct 2006 22:25:32 -0000 1.1.1.1.2.12
@@ -111,7 +111,7 @@
respect to the current working directory. */
FILE *
-path_search (const char *file, const char **result)
+m4_path_search (const char *file, const char **result)
{
FILE *fp;
includes *incl;
@@ -154,7 +154,7 @@
strcpy (name + incl->len + 1, file);
#ifdef DEBUG_INCL
- fprintf (stderr, "path_search (%s) -- trying %s\n", file, name);
+ fprintf (stderr, "m4_path_search (%s) -- trying %s\n", file, name);
#endif
fp = fopen (name, "r");