Change 33853 by [EMAIL PROTECTED] on 2008/05/18 12:07:19

        fix misleading comment about Perl_re_dup_guts

Affected files ...

... //depot/perl/regcomp.c#654 edit

Differences ...

==== //depot/perl/regcomp.c#654 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#653~33667~   2008-04-11 05:17:38.000000000 -0700
+++ perl/regcomp.c      2008-05-18 05:07:19.000000000 -0700
@@ -9512,8 +9512,8 @@
 /* 
    re_dup - duplicate a regexp. 
    
-   This routine is expected to clone a given regexp structure. It is not
-   compiler under USE_ITHREADS.
+   This routine is expected to clone a given regexp structure. It is only
+   compiled 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
End of Patch.

Reply via email to