Howdy ho,
can anyone explain what this compiler error really means and how to fix it?:
Ill-formed parameter type list. (parmtyplist)
it occurs in this declaration:
void jk_open_pool(jk_pool_t *p,
jk_pool_atom_t *buf,
unsigned size);
at the second line.
Is this a cc bug or just some non-conforming C code?
--
Didier Godefroy
mailto:dg_at_ulysium.net
Received on Sat Dec 02 2000 - 22:08:56 NZDT