X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=regex.c;h=8f6f2acff6d92a67b77812ba0e261f342f8a3b1b;hb=96fa341bc302bf602e096ae49312c478e922cee3;hp=eefc2cb9b7b37909e98b1d0b45e85a2d1d255522;hpb=67b2c8d6719bccd621e47b59cb89b9e2cb97d4f5;p=apps%2Fmadmutt.git 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 ()