summaryrefslogtreecommitdiff
path: root/modules/string
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-04-10 11:29:14 +0200
committerBruno Haible <bruno@clisp.org>2010-04-10 11:29:14 +0200
commitccf404b1021c4d59c32878e9c4d81e3a551c5ffb (patch)
tree31f21cdcce6b980f1aa7b45cc70bb6a585828ad7 /modules/string
parent85f6993aa94a87689fb1c4d49e5be4f271cb97d1 (diff)
downloadgnulib-ccf404b1021c4d59c32878e9c4d81e3a551c5ffb.tar.gz
strnlen: Fix warning in C++ mode on MacOS X.
Diffstat (limited to 'modules/string')
-rw-r--r--modules/string1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/string b/modules/string
index 959670af46..c02cef67ed 100644
--- a/modules/string
+++ b/modules/string
@@ -89,6 +89,7 @@ string.h: string.in.h $(CXXDEFS_H) $(ARG_NONNULL_H) $(WARN_ON_USE_H)
-e 's|@''REPLACE_STRERROR''@|$(REPLACE_STRERROR)|g' \
-e 's|@''REPLACE_STRNCAT''@|$(REPLACE_STRNCAT)|g' \
-e 's|@''REPLACE_STRNDUP''@|$(REPLACE_STRNDUP)|g' \
+ -e 's|@''REPLACE_STRNLEN''@|$(REPLACE_STRNLEN)|g' \
-e 's|@''REPLACE_STRSIGNAL''@|$(REPLACE_STRSIGNAL)|g' \
-e 's|@''REPLACE_STRTOK_R''@|$(REPLACE_STRTOK_R)|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|$(UNDEFINE_STRTOK_R)|g' \