From bb7484945a212f60fbfdf78e8f489c60908e1474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 25 Jul 2010 18:20:30 +0200 Subject: [PATCH] Fixed #1887 (internal error in GLee) --- lib/tokenize.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tokenize.cpp b/lib/tokenize.cpp index 6d858256c..f5ec8d7b5 100644 --- a/lib/tokenize.cpp +++ b/lib/tokenize.cpp @@ -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();