Fixed #1887 (internal error in GLee)

This commit is contained in:
Daniel Marjamäki 2010-07-25 18:20:30 +02:00
parent e358af9018
commit bb7484945a
1 changed files with 3 additions and 0 deletions

View File

@ -1756,6 +1756,9 @@ bool Tokenizer::tokenize(std::istream &code, const char FileName[], const std::s
// typedef..
simplifyTypedef();
// Fix #1887 - the links are invalid after simplifyTypedef
createLinks();
// enum..
simplifyEnum();