CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/11/01 13:44:54
Index: src/path.c
===================================================================
RCS file: /sources/m4/m4/src/Attic/path.c,v
retrieving revision 1.1.1.1.2.12
retrieving revision 1.1.1.1.2.13
diff -u -b -r1.1.1.1.2.12 -r1.1.1.1.2.13
--- src/path.c 13 Oct 2006 22:25:32 -0000 1.1.1.1.2.12
+++ src/path.c 1 Nov 2006 13:44:54 -0000 1.1.1.1.2.13
@@ -111,7 +111,7 @@
respect to the current working directory. */
FILE *
-m4_path_search (const char *file, const char **result)
+m4_path_search (const char *file, char **result)
{
FILE *fp;
includes *incl;