bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 05/34] maint: remove #if-MBS_SUPPORT declaration guards


From: Jim Meyering
Subject: [PATCH 05/34] maint: remove #if-MBS_SUPPORT declaration guards
Date: Thu, 15 Sep 2011 12:27:48 +0200

From: Jim Meyering <address@hidden>

* 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]