cvs commit: hugs98/src builtin.c
Alastair Reid
reid@glass.cse.ogi.edu
Fri, 29 Nov 2002 05:20:30 -0800
reid 2002/11/29 05:20:30 PST
Modified files:
src builtin.c
Log:
More Sun4 cc changes.
cc starts spewing warning messages when confronted with pre-ANSI
function prototypes and declarations which involve char, short, etc.
Such functions are, unavoidably, part of the ffi code. Fix is to give
in and admit that ffi code is _not_ K&R compatible. This was probably
true before, converting it all to ANSI-style function prototypes and
definitions merely confirms it.
Revision Changes Path
1.37 +32 -45 hugs98/src/builtin.c