forked from qt-creator/qt-creator
Use bit vectors to store the preprocessor's state.
This commit is contained in:
@@ -545,6 +545,8 @@ Preprocessor::Preprocessor(Client *client, Environment *env)
|
||||
: client(client),
|
||||
env(env),
|
||||
_expand(env),
|
||||
_skipping(MAX_LEVEL),
|
||||
_true_test(MAX_LEVEL),
|
||||
_result(0),
|
||||
_markGeneratedTokens(false),
|
||||
_expandMacros(true)
|
||||
|
||||
Reference in New Issue
Block a user