Subject: CVS commit: src/include
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 04/22/2007 08:21:50
Module Name:	src
Committed By:	ragge
Date:		Sun Apr 22 08:21:50 UTC 2007

Modified Files:
	src/include: stdlib.h

Log Message:
The alloca() arg type check is broken (cpp do not do string comparisions)
so make it marginally less broken so that it works with other compilers
than gcc.
Probably the check can be removed, I doubt anyone will try to use gcc1
anymore.


To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 src/include/stdlib.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.