ffs, bcopy, memset: Support symbol renaming via config.h.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Oct 2011 21:35:20 +0000 (23:35 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 13 Oct 2011 21:35:20 +0000 (23:35 +0200)
* lib/ffs.c: Include <config.h>.
* lib/bcopy.c: Likewise.
* lib/memset.c: Likewise.

ChangeLog
lib/bcopy.c
lib/ffs.c
lib/memset.c

index 702c1fa..8b06b27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-13  Bruno Haible  <bruno@clisp.org>
+
+       ffs, bcopy, memset: Support symbol renaming via config.h.
+       * lib/ffs.c: Include <config.h>.
+       * lib/bcopy.c: Likewise.
+       * lib/memset.c: Likewise.
+
 2011-10-10  Bruno Haible  <bruno@clisp.org>
 
        atanl: Simplify for platforms where 'long double' == 'double'.
index 50a09f8..c3e8caa 100644 (file)
@@ -3,6 +3,8 @@
    In the public domain.
    By David MacKenzie <djm@gnu.ai.mit.edu>.  */
 
+#include <config.h>
+
 #include <stddef.h>
 
 void
index b037d47..34916f5 100644 (file)
--- a/lib/ffs.c
+++ b/lib/ffs.c
@@ -16,6 +16,9 @@
 
 /* Written by Eric Blake.  */
 
+#include <config.h>
+
+/* Specification.  */
 #include <strings.h>
 
 #include <limits.h>
index 1f05cd9..f16bf2e 100644 (file)
@@ -15,6 +15,8 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
+#include <config.h>
+
 #include <stddef.h>
 
 void *