Allow #pragma OPT inline

This commit is contained in:
Sei Lisa 2019-01-06 02:20:34 +01:00
parent c5fd4932f1
commit 574f92d08e
3 changed files with 6 additions and 1 deletions

View file

@ -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."""