Date: Wed, 25 Jun 2003 11:11:32 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdlib.h Message-ID: <200306251811.h5PIBWxs078351@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2003/06/25 11:11:32 PDT FreeBSD src repository Modified files: include stdlib.h Log: Don't blindly provide alloca() for all compilers -- it is too implementation dependent. Instead provide one for GCC & Intel's GCC copy and one for lint. Anyone using any other translator tool needs to look closely at how that tool can handle alloca. Revision Changes Path 1.52 +5 -4 src/include/stdlib.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306251811.h5PIBWxs078351>