--- code/trunk/pcre.3 2007/02/24 21:38:13 9 +++ code/trunk/pcre.3 2007/02/24 21:38:25 15 @@ -8,12 +8,12 @@ .br .B pcre *pcre_compile(const char *\fIpattern\fR, int \fIoptions\fR, .ti +5n -.B char **\fIerrptr\fR, int *\fIerroffset\fR); +.B const char **\fIerrptr\fR, int *\fIerroffset\fR); .PP .br .B pcre_extra *pcre_study(const pcre *\fIcode\fR, int \fIoptions\fR, .ti +5n -.B char **\fIerrptr\fR); +.B const char **\fIerrptr\fR); .PP .br .B int pcre_exec(const pcre *\fIcode\fR, "const pcre_extra *\fIextra\fR," @@ -1014,4 +1014,4 @@ .br Phone: +44 1223 334714 -Copyright (c) 1997 University of Cambridge. +Copyright (c) 1998 University of Cambridge.