Make NO_FAST_ALLOC compile.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 14 Jul 2007 19:12:46 +0000 (12:12 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 14 Jul 2007 19:12:46 +0000 (12:12 -0700)
--HG--
extra : convert_revision : 80579a61eb8d220e75cdee11bc09ca985c8fd85c

src/base/fast_alloc.cc

index 610dff66c07c8464ee020c715fd3c79cb4368976..e1298a8bdea97a4777e2e9192dbb007a9447f76d 100644 (file)
  * by permission.
  */
 
-#ifndef NO_FAST_ALLOC
+#include <assert.h>
+#include "base/fast_alloc.hh"
+
+#if !NO_FAST_ALLOC
 
 #ifdef __GNUC__
 #pragma implementation
 #endif
 
-#include <assert.h>
-#include "base/fast_alloc.hh"
-
 void *FastAlloc::freeLists[Num_Buckets];
 
 #ifdef FAST_ALLOC_STATS