diff --git a/src/libCom/cxxTemplates/tsFreeList.h b/src/libCom/cxxTemplates/tsFreeList.h index d05e8911d..8928fade0 100644 --- a/src/libCom/cxxTemplates/tsFreeList.h +++ b/src/libCom/cxxTemplates/tsFreeList.h @@ -57,9 +57,9 @@ #include "epicsGuard.h" #ifdef EPICS_FREELIST_DEBUG - static const bool tsFreeListDebugBypass = true; +# define tsFreeListDebugBypass 1 #else - static const bool tsFreeListDebugBypass = false; +# define tsFreeListDebugBypass 0 #endif // these versions of the microsoft compiler incorrectly