cvs commit: src/include stdlib.h
David O'Brien
obrien at FreeBSD.org
Wed Jun 25 11:41:33 PDT 2003
On Wed, Jun 25, 2003 at 01:26:53PM -0500, Juli Mallett wrote:
> Please make the lint case the default case. The error is silly.
It is not silly. Alloca is *so* tied to how the compiler is generating
code that it isn't funny. Note we have no alloca implementation in
/usr/src -- the compiler *must* provide it. What is the use in compiling
something you cannot link? I know some are working on TenDRA and I don't
want to leave a hidden land mine for it to fall over.
> And don't tell me to add definitions for those compilers along with
> lint.
I wouldn't have the lint case in there personally -- BDE has mentioned
several times that lint should better follow what ever standard or
compiler it is trying to lint for.
--
-- David (obrien at FreeBSD.org)
More information about the cvs-src
mailing list