summaryrefslogtreecommitdiff
path: root/base/fast_alloc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/fast_alloc.cc')
-rw-r--r--base/fast_alloc.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/fast_alloc.cc b/base/fast_alloc.cc
index ff0a40c37..abb50aa0c 100644
--- a/base/fast_alloc.cc
+++ b/base/fast_alloc.cc
@@ -32,6 +32,8 @@
* by permission.
*/
+#ifndef NO_FAST_ALLOC
+
#ifdef __GNUC__
#pragma implementation
#endif
@@ -189,3 +191,5 @@ fast_alloc_oldest(int n)
}
#endif
+
+#endif // NO_FAST_ALLOC