Fixed #1887 (internal error in GLee)
This commit is contained in:
parent
e358af9018
commit
bb7484945a
|
@ -1756,6 +1756,9 @@ bool Tokenizer::tokenize(std::istream &code, const char FileName[], const std::s
|
||||||
// typedef..
|
// typedef..
|
||||||
simplifyTypedef();
|
simplifyTypedef();
|
||||||
|
|
||||||
|
// Fix #1887 - the links are invalid after simplifyTypedef
|
||||||
|
createLinks();
|
||||||
|
|
||||||
// enum..
|
// enum..
|
||||||
simplifyEnum();
|
simplifyEnum();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue