--- code/trunk/pcre_maketables.c 2007/02/24 21:41:29 90 +++ code/trunk/pcre_maketables.c 2007/02/24 21:41:34 91 @@ -130,7 +130,9 @@ meta-character, which in this sense is any character that terminates a run of data characters. */ - if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; *p++ = x; } + if (strchr("*+?{^.$|()[", i) != 0) x += ctype_meta; + *p++ = x; + } return yield; }