diff options
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: |