unreadable
struct unreadable *u;
if (Lst_IsEmpty(&unreadable))
while ((u = Lst_Pop(&unreadable))) {
struct unreadable *u;
Lst_AtEnd(&unreadable, u);
static LIST unreadable;