This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix comment
authorKarl Williamson <khw@cpan.org>
Tue, 29 Apr 2014 03:50:52 +0000 (21:50 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 22:11:28 +0000 (16:11 -0600)
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)