diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 22:27:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 22:27:07 +0000 |
commit | 544e1130dffcf81e1a61d28f0849eb3b105f6a35 (patch) | |
tree | 9ddccf1027b45ea3fcffa3748d7b9edc30f86afc /string/string-inlines.c | |
parent | 5ab1c0338141dae86d5490ce448446ab7534ee8f (diff) | |
download | glibc-544e1130dffcf81e1a61d28f0849eb3b105f6a35.tar glibc-544e1130dffcf81e1a61d28f0849eb3b105f6a35.tar.gz glibc-544e1130dffcf81e1a61d28f0849eb3b105f6a35.tar.bz2 glibc-544e1130dffcf81e1a61d28f0849eb3b105f6a35.zip |
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.c | 2 |
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> - |