]> Savannah Git Hosting - gnulib.git/commitdiff
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 702c1fa13d7c4e0d3a661f643f5c3a044674a7c6..8b06b276658b9175e257c460b63c52a7062b88fc 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 50a09f876447f0ac7dd483f626cb62990cdc091b..c3e8caa1c8410a9cffd0b9c15244b5bae1a9e0aa 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 b037d47a10da8251711ea476285e6f0486d76467..34916f52bdf73ae38b634570730f67f27be9aa37 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 1f05cd9183858147bfbf08e1f27b0d3d97e91977..f16bf2ea2fedca14a8715697c0c31a7fc43ad756 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 *