diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-23 22:27:53 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-23 22:27:53 -0700 |
commit | dbc676d4ffb074e20c6334296fc644718b485f55 (patch) | |
tree | faa50d828662d96294423c53b2c91954627b96e6 /string/str-two-way.h | |
parent | b8934257ec6dd87b5aea9c0b3a595d22a4398189 (diff) | |
download | glibc-dbc676d4ffb074e20c6334296fc644718b485f55.tar.gz glibc-dbc676d4ffb074e20c6334296fc644718b485f55.tar.xz glibc-dbc676d4ffb074e20c6334296fc644718b485f55.zip |
Add performance tests for strstr and strcasestr.
Diffstat (limited to 'string/str-two-way.h')
-rw-r--r-- | string/str-two-way.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/string/str-two-way.h b/string/str-two-way.h index 87ed8a0366..502af47046 100644 --- a/string/str-two-way.h +++ b/string/str-two-way.h @@ -1,5 +1,5 @@ /* Byte-wise substring search, using the Two-Way algorithm. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2010 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Eric Blake <ebb9@byu.net>, 2008. @@ -426,5 +426,4 @@ two_way_long_needle (const unsigned char *haystack, size_t haystack_len, #undef AVAILABLE #undef CANON_ELEMENT #undef CMP_FUNC -#undef MAX #undef RETURN_TYPE |