This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9d8907
)
fix misleading comment about Perl_re_dup_guts
author
Dave Mitchell
<davem@fdisolutions.com>
Sun, 18 May 2008 12:07:19 +0000
(12:07 +0000)
committer
Dave Mitchell
<davem@fdisolutions.com>
Sun, 18 May 2008 12:07:19 +0000
(12:07 +0000)
p4raw-id: //depot/perl@33853
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
07d5535
..
9d8008e
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-9512,8
+9512,8
@@
Perl_regfree_internal(pTHX_ REGEXP * const rx)
/*
re_dup - duplicate a regexp.
- This routine is expected to clone a given regexp structure. It is
not
- compile
r
under USE_ITHREADS.
+ This routine is expected to clone a given regexp structure. It is
only
+ compile
d
under USE_ITHREADS.
After all of the core data stored in struct regexp is duplicated
the regexp_engine.dupe method is used to copy any private data