From 2a28ec0a246eafe40b9f3b43e604dbc4224eae58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schl=C3=BCns?= Date: Tue, 5 Jun 2001 09:18:00 +0000 Subject: [PATCH] #86171# new macros to measure memory access --- framework/inc/macros/debug.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx index 3209e2104a0a..e31fdd92bfab 100644 --- a/framework/inc/macros/debug.hxx +++ b/framework/inc/macros/debug.hxx @@ -2,9 +2,9 @@ * * $RCSfile: debug.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: as $ $Date: 2001-05-30 10:58:19 $ + * last change: $Author: as $ $Date: 2001-06-05 10:18:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,6 +121,7 @@ #undef ENABLE_TARGETINGDEBUG #undef ENABLE_PLUGINDEBUG #undef ENABLE_TIMEMEASURE + #undef ENABLE_MEMORYMEASURE #endif