Allow #pragma OPT inline
This commit is contained in:
@@ -405,6 +405,9 @@ class parser(object):
|
||||
if option == 'funcoverride':
|
||||
self.funcoverride = value
|
||||
|
||||
if option == 'inline':
|
||||
self.enable_inline = value
|
||||
|
||||
def ProcessDirective(self, directive):
|
||||
"""Process a given preprocessor directive during parsing."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user