* Zack Weinberg <[EMAIL PROTECTED]> [000828 15:28] wrote:
> I have noticed and corrected a number of portability problems with
> byacc's generated parser, also adjusted things so that it does not
> provoke a couple of gcc warnings that are not commonly requested but
> that my project uses.
> 
> More specifically:
> 
>   - stdlib.h is not available in pre-C89 environments.  I made its
>     inclusion conditional on __STDC__ || __cplusplus, which is not
>     perfect but will do.  Otherwise, I declare malloc and realloc by
>     hand. 

Hrm, I'm basically guessing here, but wouldn't you include <malloc.h>
in that case?

Is it possible that you could file this in the PR system?

thanks,
-Alfred



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to