diff --git a/tokenize.cpp b/tokenize.cpp index 96f1b7c9f..06abd584c 100644 --- a/tokenize.cpp +++ b/tokenize.cpp @@ -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); }