From 6ada735ac09c4e07adc9f9b40ece76c59713390e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 31 Jul 2013 16:22:10 +0200 Subject: cancel complex constructs at end of #define it's possible that we encounter the end of a #define statement while in the middle of a complex construct (which is part of a macro, obviously). we should discard those, as otherwise Weird Things may happen. Change-Id: Ie9608ad0215e105ab5e5bac110e4118029fa6c15 Reviewed-by: hjk Reviewed-by: Oswald Buddenhagen --- tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp b/tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp index f2d653241..04e3b1442 100644 --- a/tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp +++ b/tests/auto/linguist/lupdate/testdata/good/parsecpp/main.cpp @@ -136,7 +136,7 @@ class ForwardDecl; struct FT_Service_ ## name ## Rec_ -/* removing this comment will break this test */ + void Dialog2::func3() { -- cgit v1.2.1