--- deliantra/server/common/utils.C 2008/02/01 15:54:07 1.71 +++ deliantra/server/common/utils.C 2008/04/01 19:50:36 1.72 @@ -471,7 +471,7 @@ void *salloc_ (int n) throw (std::bad_alloc) { -#ifdef PREFER_MALLOC +#if PREFER_MALLOC void *ptr = malloc (n); #else slice_alloc += n; @@ -498,7 +498,7 @@ /******************************************************************************/ -#ifdef DEBUG_SALLOC +#if DEBUG_SALLOC #define MAGIC 0xa1b2c35543deadLL