From: Jarkko Hietaniemi Date: Tue, 23 Apr 2002 04:36:27 +0000 (+0000) Subject: Pointer to UV casting. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ea4bd88ad32e1739b2dac043b7359eb83315a257;p=p5sagit%2Fp5-mst-13.2.git Pointer to UV casting. p4raw-id: //depot/perl@16101 --- diff --git a/regexec.c b/regexec.c index 05839f0..1f1d668 100644 --- a/regexec.c +++ b/regexec.c @@ -3073,7 +3073,7 @@ S_regmatch(pTHX_ regnode *prog) "%*s %ld out of %ld..%ld cc=%"UVxf"\n", REPORT_CODE_OFF+PL_regindent*2, "", (long)n, (long)cc->min, - (long)cc->max, (UV)cc) + (long)cc->max, PTR2UV(cc) ); /* If degenerate scan matches "", assume scan done. */