CVSROOT: /sources/m4 Module name: m4 Changes by: Gary V. Vaughan <gary> 06/07/17 12:37:21
Index: m4/path.c =================================================================== RCS file: /sources/m4/m4/m4/path.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- m4/path.c 4 May 2005 18:56:36 -0000 1.14 +++ m4/path.c 17 Jul 2006 12:37:21 -0000 1.15 @@ -41,6 +41,8 @@ #include "m4module.h" #include "m4private.h" +/*#define DEBUG_INCL /* Define this to see runtime debug info. */ + static void search_path_add (m4__search_path_info *, const char *); static void search_path_env_init (m4__search_path_info *, char *, bool);