1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* string/string-inlines.c: Undefined __USE_STRING_INLINES before
	defining it.
This commit is contained in:
Ulrich Drepper
1999-08-06 22:27:07 +00:00
parent 5ab1c03381
commit 544e1130df
3 changed files with 7 additions and 2 deletions

View File

@ -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>