Importing a file which uses escape sequences in preprocessor defines or including a file with such defines let umbrello fail to include this file. Reproducible: Always Steps to Reproduce: 1. open umbrello 2. import a file containing <stdio.h> Actual Results: umbrello freeze Expected Results: umbrello should not freeze example file ---------------------------------------------------- #include <stdio.h> ----------------------------------------------------
SVN commit 1304412 by habacker: Fixed c++ import failures by adding escape sequence parser M +3 -3 lexer.cpp M +10 -2 preprocesslexer.cpp M +2 -0 preprocesslexer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1304412
apply fixed bug from 4.9.0 changelog
bug has been closed in 4.10.0
*** Bug 302539 has been marked as a duplicate of this bug. ***