From 8ce86bb061351be1ead6586252a1a795819b607e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 31 Aug 2015 16:08:08 -0500 Subject: [PATCH] Undefine LOCKSET_DEBUG & LOCKSET_NOFREE --- src/ioc/db/dbLockPvt.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/ioc/db/dbLockPvt.h b/src/ioc/db/dbLockPvt.h index 58b92f7eb..8e19f3f31 100644 --- a/src/ioc/db/dbLockPvt.h +++ b/src/ioc/db/dbLockPvt.h @@ -1,8 +1,7 @@ /*************************************************************************\ * Copyright (c) 2014 Brookhaven Science Assoc., as Operator of Brookhaven * National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found +* EPICS BASE is distributed subject to a Software License Agreement found * in file LICENSE that is included with this distribution. \*************************************************************************/ @@ -12,12 +11,14 @@ #include "dbLock.h" #include "epicsSpin.h" -/* enable additional error checking */ -#define LOCKSET_DEBUG -/* disable the free list for lockSets */ -#define LOCKSET_NOFREE -/* disable use of recomputeCnt optimization */ -/*#define LOCKSET_NOCNT*/ +/* Define to enable additional error checking */ +#undef LOCKSET_DEBUG + +/* Define to disable the free list for lockSets */ +#undef LOCKSET_NOFREE + +/* Define to disable use of recomputeCnt optimization */ +#undef LOCKSET_NOCNT /* except for refcount (and lock), all members of dbLockSet * are guarded by its lock.