File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,18 @@ using namespace constraints;
2828// Constraint solver statistics
2929// ===----------------------------------------------------------------------===//
3030#define DEBUG_TYPE " Constraint solver overall"
31- #define JOIN (X,Y ) JOIN2(X,Y)
3231#define JOIN2 (X,Y ) X##Y
3332STATISTIC (NumSolutionAttempts, " # of solution attempts" );
3433STATISTIC (TotalNumTypeVariables, " # of type variables created" );
3534
3635#define CS_STATISTIC (Name, Description ) \
37- STATISTIC (JOIN2( Overall, Name) , Description);
36+ STATISTIC (Overall## Name, Description);
3837#include " ConstraintSolverStats.def"
3938
4039#undef DEBUG_TYPE
4140#define DEBUG_TYPE " Constraint solver largest system"
4241#define CS_STATISTIC (Name, Description ) \
43- STATISTIC (JOIN2( Largest, Name) , Description);
42+ STATISTIC (Largest## Name, Description);
4443#include " ConstraintSolverStats.def"
4544STATISTIC (LargestSolutionAttemptNumber, " # of the largest solution attempt" );
4645
You can’t perform that action at this time.
0 commit comments