u3: clarifies forward-declaration comment in allocate.h

This commit is contained in:
Joe Bryan 2020-09-11 15:12:46 -07:00
parent 8db9a4d394
commit 047481667a

View File

@ -350,7 +350,8 @@
return u3a_peek(pil_u);
}
// XX unfortunate forward declaration
// we have to forward-declare u3m_bail() here, as our
// headers don't have the necessary guards.
//
c3_i
u3m_bail(c3_m how_m) __attribute__((noreturn));