X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regexec.c;h=002112fa9eb3fb35210e01f021b3ce9af06c8c7b;hb=41cb10058d4b3aa9d11d3b8991811c08c7fcc328;hp=de3caafc1e773f4d1c371974fe81e01bd5cdcb3f;hpb=eb160463266f58ba83ae9bb9ae8bbdc8f0c3027b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regexec.c b/regexec.c index de3caaf..002112f 100644 --- a/regexec.c +++ b/regexec.c @@ -3070,10 +3070,10 @@ S_regmatch(pTHX_ regnode *prog) DEBUG_r( PerlIO_printf(Perl_debug_log, - "%*s %ld out of %ld..%ld cc=%lx\n", + "%*s %ld out of %ld..%ld cc=%"UVxf"\n", REPORT_CODE_OFF+PL_regindent*2, "", (long)n, (long)cc->min, - (long)cc->max, (long)cc) + (long)cc->max, PTR2UV(cc)) ); /* If degenerate scan matches "", assume scan done. */