minor clarification of comment

This commit is contained in:
Sei Lisa 2015-02-27 04:46:23 +01:00
parent d2fb302684
commit 4c08b7173a

View file

@ -1822,7 +1822,7 @@ class parser(object):
# Skip preprocessor directives (specifically #line).
self.skippreproc = 'skippreproc' in options
# TODO: Allow pure C-style string parsing. This is low-priority.
# TODO: Allow pure C-style string escapes. This is low-priority.
#self.allowcescapes = 'allowcescapes' in options
# TODO: Enable switch statements.