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:
e4a6e62
)
regcomp.c: Fix comment
author
Karl Williamson
<khw@cpan.org>
Tue, 29 Apr 2014 03:50:52 +0000
(21:50 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 30 May 2014 22:11:28 +0000
(16:11 -0600)
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
d93e558
..
ab0085f
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-5500,7
+5500,8
@@
S_add_data(RExC_state_t* const pRExC_state, const char* const s, const U32 n)
return count;
}
-/*XXX: todo make this not included in a non debugging perl */
+/*XXX: todo make this not included in a non debugging perl, but appears to be
+ * used anyway there, in 'use re' */
#ifndef PERL_IN_XSUB_RE
void
Perl_reginitcolors(pTHX)