This patch was prompted through work on the <slabinfo>
upgrade from 2nd gen to 3rd. And while this assignment
caused no real harm, it most certainly was misleading.
[ plus add a couple of overlooked #undef directives! ]
Signed-off-by: Jim Warner <james.warner@comcast.net>
#undef getDECL
#undef MEM_get
#undef HST_get
+#undef RS
+#undef RG
// ___ Private Functions ||||||||||||||||||||||||||||||||||||||||||||||||||||||
extents_free_all(info);
}
if (!info->extents
- && !(info->extents = stacks_alloc(info, 1)))
+ && !(stacks_alloc(info, 1)))
return NULL;
if (info->dirty_stacks)