xo-arena xo-facet xo-alloc2: build restored

This commit is contained in:
Roland Conybeare 2026-01-06 00:01:38 -05:00
commit 8d500231f2
2 changed files with 11 additions and 1 deletions

View file

@ -18,11 +18,17 @@ namespace xo {
auto
IPrintable_DList::pretty(const DList & self, const ppindentinfo & ppii) -> bool
{
(void)self;
(void)ppii;
return false;
#ifdef NOT_YET
return self.pretty(ppii);
#endif
}
} /*namespace scm*/
} /*namespace xo*/
/* end IPrintable_DList.cpp */
/* end IPrintable_DList.cpp */