> Okay... the problem here is that "[prototypes for functions] must > contain only promoted types if prototype and nonprototype declarations > are mixed." The c89-definition of "bool" is biting you here, and will > bite you wherever 'bool' appears in a function prototype.
Ok I changed all bool prototypes to int. I'll get rid of K&R definitions after the release. >> The XFAILing should work on >> HP-UX and Windows; I do not have access to Solaris. > > the XFAIL'ing is apparently working on Solaris also. No change on Irix > (not that any was expected). Good. Paolo