Replace a few #if/#elif with #ifdef and "#elif defined"

This commit is contained in:
Ignacio Etcheverry
2019-04-05 23:20:20 +02:00
parent 9c3ddf05cb
commit ad2127a3e8
11 changed files with 17 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ private:
const Pair *a = _cowdata.ptr();
int middle = 0;
#if DEBUG_ENABLED
#ifdef DEBUG_ENABLED
if (low > high)
ERR_PRINT("low > high, this may be a bug");
#endif