summary: cc compiler error

From: Didier Godefroy <dg_at_ulysium.net>
Date: Sat, 02 Dec 2000 18:43:26 -0500

My original question was about:

Ill-formed parameter type list. (parmtyplist)

that occured in this declaration:

void jk_open_pool(jk_pool_t *p,
                  jk_pool_atom_t *buf,
                  unsigned size);

The fix came from an other mailing list and it was just a matter of adding a
define line in that header file for the jk_pool_atom_t variable.

typedef long long jk_pool_atom_t;

There was no ifdef statement for the Tru64 platform and that jk_pool_atom_t
variable wasn't being defined.

-- 
Didier Godefroy
mailto:dg_at_ulysium.net
Received on Sat Dec 02 2000 - 23:46:24 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:41 NZDT