diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-05 13:09:43 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-07 18:52:42 -0800 |
commit | 7538f7248145d82e23e430518cf41f4da91e8fdd (patch) | |
tree | 9153751d594b6989d23ebfb8ec8a4c6427458b04 /toke.c | |
parent | 4d252e65989d9d34bc759c890186b40e14559420 (diff) | |
download | perl-7538f7248145d82e23e430518cf41f4da91e8fdd.tar.gz |
toke.c: highlight problematic-mentioning comment
Diffstat (limited to 'toke.c')
-rw-r--r-- | toke.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3024,9 +3024,9 @@ S_scan_const(pTHX_ char *start) * no-op except on utfebcdic variant characters. Every * character generated by this that would normally need to be * enclosed by this macro is invariant, so the macro is not - * needed, and would complicate use of copy(). There are other - * parts of this file where the macro is used inconsistently, - * but are saved by it being a no-op */ + * needed, and would complicate use of copy(). XXX There are + * other parts of this file where the macro is used + * inconsistently, but are saved by it being a no-op */ /* The structure of this section of code (besides checking for * errors and upgrading to utf8) is: |