From 4df14dcbf8fbfcbe8aa2065e3632d38f44684fa4 Mon Sep 17 00:00:00 2001 From: Richard Kistruck Date: Fri, 29 Jun 2007 14:08:00 +0100 Subject: Mps br/diag: rename #def "diagnostics" as "statistics", as all the macros it controls are called "STATISTIC_blah", and same replacement in comments. The term "diagnostic" means something else now: see design/diag/. Copied from Perforce Change: 162692 ServerID: perforce.ravenbrook.com --- mps/code/mpmtypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mps/code/mpmtypes.h') diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h index f7da1f58d7c..868bfa283ae 100644 --- a/mps/code/mpmtypes.h +++ b/mps/code/mpmtypes.h @@ -454,12 +454,12 @@ typedef double WriteFD; * leave them in, see design.mps.metrics. */ -#if defined(DIAGNOSTICS) +#if defined(STATISTICS) #define STATISTIC_DECL(field) field -#elif defined(DIAGNOSTICS_NONE) +#elif defined(STATISTICS_NONE) #define STATISTIC_DECL(field) field #else -#error "No diagnostics configured." +#error "No statistics configured." #endif -- cgit v1.2.1