summaryrefslogtreecommitdiff
path: root/string/string-inlines.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-06 22:27:07 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-06 22:27:07 +0000
commit544e1130dffcf81e1a61d28f0849eb3b105f6a35 (patch)
tree9ddccf1027b45ea3fcffa3748d7b9edc30f86afc /string/string-inlines.c
parent5ab1c0338141dae86d5490ce448446ab7534ee8f (diff)
Update.
* string/string-inlines.c: Undefined __USE_STRING_INLINES before defining it.
Diffstat (limited to 'string/string-inlines.c')
-rw-r--r--string/string-inlines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/string-inlines.c b/string/string-inlines.c
index 6406ba357f..7759dbc572 100644
--- a/string/string-inlines.c
+++ b/string/string-inlines.c
@@ -20,9 +20,9 @@
functions. These functions are declared additionally here if
inlining is not possible. */
+#undef __USE_STRING_INLINES
#define __USE_STRING_INLINES
#define _FORCE_INLINES
#define __STRING_INLINE /* empty */
#include <string.h>
-