Re: Portability and warnings tweaks for byacc(1)'s skeleton file

2000-08-28 Thread Alfred Perlstein
* 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. > > Mo

Portability and warnings tweaks for byacc(1)'s skeleton file

2000-08-28 Thread Zack Weinberg
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 environment