Subject: Re: C Language Standard(s)
To: Simon J. Gerraty <sjg@zen.void.oz.au>
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
List: current-users
Date: 01/08/1996 16:02:30
> What does anyone think it is costing - using the old style
> definitions?  Why change something that is not broken?

well, for one thing, it makes for more work if you want to use
`-Werror -Wstrict-prototypes' to eliminate the possibility of
call-time type mismatches.

					- Bill