X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fregex.c;h=6ead4648e9f8e270e77c232bd4a62211b67c2403;hb=1ddc0f01053b355c5805df3659866e11d50d60d0;hp=aa87d2c15b42f94324ac91784d448e4c80d9adc0;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/regex.c b/ucw/regex.c index aa87d2c1..6ead4648 100644 --- a/ucw/regex.c +++ b/ucw/regex.c @@ -208,11 +208,7 @@ rx_subst(regex *r, const char *by, const char *src, char *dest, uns destlen) /* BSD regular expression library */ -#ifdef CONFIG_OWN_BSD_REGEX -#include "ucw/regex/regex-sh.h" -#else #include -#endif #define INITIAL_MEM 1024 /* Initial space allocated for each pattern */ #define CHAR_SET_SIZE 256 /* How many characters in the character set. */