Pointer to UV casting.
Jarkko Hietaniemi [Tue, 23 Apr 2002 04:36:27 +0000 (04:36 +0000)]
p4raw-id: //depot/perl@16101

regexec.c

index 05839f0..1f1d668 100644 (file)
--- 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. */