diff options
author | Yves Orton <demerphq@gmail.com> | 2010-12-04 14:48:13 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2010-12-04 14:48:13 +0100 |
commit | d6bd454d28fd8c0d7ab9553e128a7acccea40a5c (patch) | |
tree | ce7259c761460cd042b068309845ec6b727ed188 /regcomp.c | |
parent | b1811a1510c616ea350802dcd28682a4b8c378ce (diff) | |
download | perl-d6bd454d28fd8c0d7ab9553e128a7acccea40a5c.tar.gz |
make the jump point a little more obvious in a comment
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4416,6 +4416,7 @@ Perl_re_compile(pTHX_ SV * const pattern, U32 pm_flags) RExC_utf8 = RExC_orig_utf8 = SvUTF8(pattern); + /****************** LONG JUMP TARGET HERE***********************/ /* Longjmp back to here if have to switch in midstream to utf8 */ if (! RExC_orig_utf8) { JMPENV_PUSH(jump_ret); |