use #define not static const

This commit is contained in:
Jeff Hill
2002-03-26 19:09:08 +00:00
parent e8536ccaf7
commit fb753fcc02

View File

@@ -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