summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-05 13:09:43 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-12-07 18:52:42 -0800
commit7538f7248145d82e23e430518cf41f4da91e8fdd (patch)
tree9153751d594b6989d23ebfb8ec8a4c6427458b04 /toke.c
parent4d252e65989d9d34bc759c890186b40e14559420 (diff)
downloadperl-7538f7248145d82e23e430518cf41f4da91e8fdd.tar.gz
toke.c: highlight problematic-mentioning comment
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/toke.c b/toke.c
index aa1f57c880..641757d474 100644
--- a/toke.c
+++ b/toke.c
@@ -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: