diff options
Diffstat (limited to 'string/stratcliff.c')
-rw-r--r-- | string/stratcliff.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/string/stratcliff.c b/string/stratcliff.c index 6115d2f..ae1b7ae 100644 --- a/string/stratcliff.c +++ b/string/stratcliff.c @@ -19,6 +19,11 @@ Boston, MA 02111-1307, USA. */ #define _GNU_SOURCE 1 + +/* Make sure we don't test the optimized inline functions if we want to + test the real implementation. */ +#undef __USE_STRING_INLINES + #include <errno.h> #include <stdio.h> #include <string.h> |