--- code/trunk/pcre_exec.c 2008/07/02 19:18:41 350 +++ code/trunk/pcre_exec.c 2008/07/04 18:27:16 351 @@ -1669,7 +1669,7 @@ break; case PT_GC: - if ((ecode[2] != ucp_gentype[prop->chartype]) == (op == OP_PROP)) + if ((ecode[2] != _pcre_ucp_gentype[prop->chartype]) == (op == OP_PROP)) RRETURN(MATCH_NOMATCH); break;