AMK's latest -- synchronized with PCRE 1.04.

This commit is contained in:
Guido van Rossum 1997-12-22 22:46:52 +00:00
parent 0148bbf966
commit 557dea1ca2
4 changed files with 182 additions and 128 deletions

View file

@ -231,7 +231,7 @@ PyPcre_compile(self, args)
newpattern[j++]='\0';
newpattern[j++]='\0';
newpattern[j++]='\0';
newpattern[j]='\0';
newpattern[j]='\0';
rv->regex = pcre_compile((char*)newpattern, options,
&error, &erroroffset, dictionary);