diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-10-13 09:20:11 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-10-14 09:03:37 -0600 |
commit | 1f327b5e67f741f6680b230ab89f99ab63fca5c4 (patch) | |
tree | 448f3a547df5bbc7f91d5479ba74fcfdd6a28187 /regexec.c | |
parent | 538b546eb0f252250a30c08e6af47d0ea7433fa1 (diff) | |
download | perl-1f327b5e67f741f6680b230ab89f99ab63fca5c4.tar.gz |
regex: White-space, comment only; no code changes
This outdents code that just had its containing block removed, and
reflows its comments to fill 79 columns; and does some other white space
adjustments, plus a typo in a comment.
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -7201,7 +7201,6 @@ S_reginclass(pTHX_ const regexp * const prog, register const regnode * const n, { match = TRUE; } - else if (flags & ANYOF_LOCALE) { PL_reg_flags |= RF_tainted; @@ -7249,7 +7248,7 @@ S_reginclass(pTHX_ const regexp * const prog, register const regnode * const n, } /* If the bitmap didn't (or couldn't) match, and something outside the - * bitmap could match, try that. Locale nodes specifiy completely the + * bitmap could match, try that. Locale nodes specify completely the * behavior of code points in the bit map (otherwise, a utf8 target would * cause them to be treated as Unicode and not locale), except in * the very unlikely event when this node is a synthetic start class, which |