From owner-cvs-src@FreeBSD.ORG Fri Jun 13 16:49:26 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635B337B401; Fri, 13 Jun 2003 16:49:26 -0700 (PDT) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id C014243FBF; Fri, 13 Jun 2003 16:49:24 -0700 (PDT) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 21CE0530E; Sat, 14 Jun 2003 01:49:22 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Kris Kennaway References: <200306132154.h5DLsL4t018474@repoman.freebsd.org> <20030613233102.GA81695@rot13.obsecurity.org> From: Dag-Erling Smorgrav Date: Sat, 14 Jun 2003 01:49:21 +0200 In-Reply-To: <20030613233102.GA81695@rot13.obsecurity.org> (Kris Kennaway's message of "Fri, 13 Jun 2003 16:31:02 -0700") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Peter Wemm Subject: Re: cvs commit: src/share/mk bsd.sys.mk X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2003 23:49:26 -0000 Kris Kennaway writes: > On Sat, Jun 14, 2003 at 12:39:33AM +0200, Dag-Erling Smorgrav wrote: > > #define alloca(sz) __builtin_alloca(sz) > That's kind of a nasty hack, since it's gcc-specific and partly undoes > the effect of c99 mode. *shrug* then don't use alloca(). It's not portable anyway. DES -- Dag-Erling Smorgrav - des@ofug.org