bug-gnulib
[Top][All Lists]
Advanced

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

Re: removed many uses of HAVE_CONFIG_H from gnulib


From: Eric Blake
Subject: Re: removed many uses of HAVE_CONFIG_H from gnulib
Date: Tue, 26 Sep 2006 20:14:06 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Paul Eggert <eggert <at> CS.UCLA.EDU> writes:

> 
> 2006-09-13  Paul Eggert  <eggert <at> cs.ucla.edu>
> 
>       * _fpending.c: Include <config.h> unconditionally, since we no
>       longer worry about uses that don't define HAVE_CONFIG_H.

Done likewise for the verror module.  That leaves xasprintf, xstrndup, and 
xvasprintf as the only modules used by M4 that are still using HAVE_CONFIG_H.

2006-09-26  Eric Blake  <address@hidden>

        * verror.c: Include <config.h> unconditionally.


Index: lib/verror.c
===================================================================
RCS file: /sources/gnulib/gnulib/lib/verror.c,v
retrieving revision 1.2
diff -u -r1.2 verror.c
--- lib/verror.c        8 Aug 2006 22:00:45 -0000       1.2
+++ lib/verror.c        26 Sep 2006 20:12:43 -0000
@@ -17,9 +17,7 @@
 
 /* Written by Eric Blake.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
 
 #include "verror.h"
 #include "xvasprintf.h"






reply via email to

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