X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=regex.c;fp=regex.c;h=8f6f2acff6d92a67b77812ba0e261f342f8a3b1b;hp=eefc2cb9b7b37909e98b1d0b45e85a2d1d255522;hb=420f3633557ed75a0de989eb065af6e09eed29ba;hpb=f2492164a0ccc27393ea071e6ddc43be0c9b28ad diff --git a/regex.c b/regex.c index eefc2cb..8f6f2ac 100644 --- 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 ()