Andreas Krennmair:
[apps/madmutt.git] / regex.c
diff --git a/regex.c b/regex.c
index eefc2cb..8f6f2ac 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -202,6 +202,7 @@ static int ctype(const char *name)
   return MUTT_INVALID;
 }
 
+#ifndef HAVE_ISCTYPE
 static int isctype(char c, int desc)
 {
   switch (desc) {
@@ -220,6 +221,7 @@ static int isctype(char c, int desc)
   }
   return 0; /* false */
 }
+#endif
 
 static void
 init_syntax_once ()