Index: regex.scm =================================================================== --- regex.scm (revision 9416) +++ regex.scm (working copy) @@ -364,7 +364,7 @@ (define re-match (foreign-lambda* int (((const nonnull-pcre) code) ((const pcre_extra) extra) - (nonnull-c-string str) (int start) (int range) + (scheme-pointer str) (int start) (int range) (unsigned-integer options)) "return(pcre_exec(code, extra, str, start + range, start, options, C_regex_ovector, STATIC_OVECTOR_LEN * OVECTOR_LENGTH_MULTIPLE));") )