2012-10-27
2012-10-27 01:58:45 by Arne Goedeke <el@laramies.com>
-
6133a1fa9aae2f55b18a794c38a1d5dd4fe0fdc0
(3 lines)
(+3/-0)
[
Show
| Annotate
]
Branch: arne/nmapping
dont do that
235: Inside #if defined(PIKE_DEBUG)
#ifdef PIKE_DEBUG
void present_constant_profiling(void)
{
+ #ifndef PIKE_NEW_BLOCK_ALLOC
struct callable *c;
WALK_NONFREE_BLOCKS (callable, c, c->name, {
fprintf(stderr,"%010ld @E@: %s\n",c->runs, c->name->str);
});
-
+ #endif
}
#endif