From: Jim Meyering <[email protected]> * src/search.h: Don't bother to #if-out declarations. --- src/search.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/search.h b/src/search.h index c48bbab..3d211a5 100644 --- a/src/search.h +++ b/src/search.h @@ -38,10 +38,8 @@ /* searchutils.c */ extern void kwsinit (kwset_t *); -#if MBS_SUPPORT extern char *mbtolower (const char *, size_t *); extern bool is_mb_middle (const char **, const char *, const char *, size_t); -#endif /* dfasearch.c */ extern void GEAcompile (char const *, size_t, reg_syntax_t); -- 1.7.7.rc0.362.g5a14
