diff options
Diffstat (limited to 'string')
-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 6406ba3..7759dbc 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> - |