Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 1995 10:03:55 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        dufault@hda.com, joerg@freefall.cdrom.com
Cc:        hackers@FreeBSD.org
Subject:   Re: 90's compilers
Message-ID:  <199504150003.KAA27939@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   o Moved all external declarations to boot.h, declared all functions
>>   there, and ANSIfied all function declarations/definitions.
>>   (printf() remains bogus, however -- i'm too lazy to fix this.)
>>   We're in the ninetees, dunno why we should still support compilers
>>   from the 70's.

>If you're proposing changing the coding guidelines away from KNF
>on this I'm all for it.

KNF is mostly about formatting.  Its main conflict with ANSIfication is
that it doesn't cover new-style function definitions.  This isn't a
problem because old-style function definitions are standard too.

The main reasons to keep using KNF are:
- to make it easier to merge changes from CSRG and NetBSD.
- there is too much to change.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504150003.KAA27939>