projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2441200
)
Pointer to UV casting.
Jarkko Hietaniemi [Tue, 23 Apr 2002 04:36:27 +0000 (
04:36
+0000)]
p4raw-id: //depot/perl@16101
regexec.c
patch
|
blob
|
blame
|
history
diff --git
a/regexec.c
b/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. */