Change skippreproc -> processpre, add #pragma option processing.
Usage: Options are case insensitive.
This commit is contained in:
@@ -213,7 +213,7 @@ class Test02_Parser(UnitTestCase):
|
||||
}}''',
|
||||
['explicitcast','extendedtypecast','extendedassignment',
|
||||
'extendedglobalexpr', 'allowmultistrings', 'allowkeyconcat',
|
||||
'skippreproc', 'duplabels']
|
||||
'processpre', 'duplabels']
|
||||
))
|
||||
print self.parser.scopeindex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user