Bug#277690: snacc: FTBFS patch

2005-05-02 Thread Larry Doolittle
File compiler/back-ends/c-gen/gen-code.c uses ctime(3) without a prototype, so its result is assumed integer (it's really a pointer). Adding #include to that file fixes the FTBFS. Patch appended. I can't vouch for proper operation of the result. There are still a ton of warnings about incompati

Bug#277690: snacc: FTBFS patch

2005-05-02 Thread W. Borgert
On Mon, May 02, 2005 at 11:10:47AM -0700, Larry Doolittle wrote: > turn up the gcc warning level and clean up the code base. Is this > code maintained upstream? Yes and no. A new version is maintained as "eSnacc" (enhanced snacc), but it's very different from the original snacc. Partly because