From fb753fcc02a1915797230bd8a8a3e9f700ab22c0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Mar 2002 19:09:08 +0000 Subject: [PATCH] use #define not static const --- src/libCom/cxxTemplates/tsFreeList.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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