cleaned out idiotic commenting of FUNCDEF, which had been done when a strict compile
[feisty_meow.git] / nucleus / library / structures / memory_limiter.cpp
index b0756a8aff7689e72b7331220759abb1a105ca91..134c813cf6631bd71143dfd277ee268b2d1d80fc 100644 (file)
@@ -126,7 +126,7 @@ astring memory_limiter::text_form(int indent) const
 
 bool memory_limiter::okay_allocation(int individual, int memory_desired)
 {
-//  FUNCDEF("okay_allocation");
+  FUNCDEF("okay_allocation");
   // check the overall allocation limits first.
   if (_overall_limit
       && (_overall_size + memory_desired > _overall_limit) ) return false;