From baffd97efb1fd6da004fedf620577f8a97445793 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Fri, 13 Nov 2009 12:36:51 +0100 Subject: Fixed parsing of ctor-initializers and added a manual test for the AST matchers --- tests/manual/cplusplus/conf.c++ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/cplusplus/conf.c++') diff --git a/tests/manual/cplusplus/conf.c++ b/tests/manual/cplusplus/conf.c++ index 3cec3f4693..69bafe0459 100644 --- a/tests/manual/cplusplus/conf.c++ +++ b/tests/manual/cplusplus/conf.c++ @@ -6,7 +6,7 @@ #define restrict #define __restrict #define __restrict__ -#define __weak +// #define __weak #define __builtin_va_arg(a,b) ((b)0) #define __stdcall #define __fastcall -- cgit v1.2.1