Tokenize: generate tokens on '#define' (CheckIncludedHeaders)
This commit is contained in:
parent
f36ab6dc61
commit
5b9513b17d
|
@ -322,6 +322,9 @@ void Tokenize(const char FileName[])
|
|||
|
||||
if (State==Value)
|
||||
{
|
||||
addtoken("def", lineno, CurrentFile);
|
||||
addtoken(strId, lineno, CurrentFile);
|
||||
addtoken(";", lineno, CurrentFile);
|
||||
Define(strId, CurrentToken);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue