m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/path.c,v


From: Eric Blake
Subject: Changes to m4/m4/path.c,v
Date: Sat, 22 Jul 2006 19:23:06 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/07/22 19:23:04

Index: m4/path.c
===================================================================
RCS file: /sources/m4/m4/m4/path.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- m4/path.c   17 Jul 2006 12:37:21 -0000      1.15
+++ m4/path.c   22 Jul 2006 19:23:04 -0000      1.16
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
 
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1998, 2004
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1998, 2004, 2006
    Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -41,7 +41,8 @@
 #include "m4module.h"
 #include "m4private.h"
 
-/*#define DEBUG_INCL   /* Define this to see runtime debug info.  */
+/* Define this to see runtime debug info.  Implied by DEBUG.  */
+/*#define DEBUG_INCL */
 
 static void search_path_add (m4__search_path_info *, const char *);
 static void search_path_env_init (m4__search_path_info *, char *, bool);




reply via email to

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