From owner-svn-src-all@FreeBSD.ORG Mon Dec 8 14:53:34 2008 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68FD3106564A for ; Mon, 8 Dec 2008 14:53:34 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.sonnenberger.org (www.ostsee-abc.de [62.206.222.50]) by mx1.freebsd.org (Postfix) with ESMTP id 26DAE8FC16 for ; Mon, 8 Dec 2008 14:53:33 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 5853F667C9 for ; Mon, 8 Dec 2008 15:53:29 +0100 (CET) Received: by britannica.bec.de (Postfix, from userid 1000) id 312BB8DBDF; Mon, 8 Dec 2008 12:05:43 +0100 (CET) Date: Mon, 8 Dec 2008 12:05:42 +0100 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Message-ID: <20081208110542.GA905@britannica.bec.de> References: <200812060612.mB66COVb084955@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: svn commit: r185674 - head/lib/libarchive X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 14:53:34 -0000 On Mon, Dec 08, 2008 at 02:14:32PM +0900, Bang Jun-young wrote: > MSC actually supports inline functions as '__inline' keyword in C mode. The > above should be written as follows: Can you say that for all versions? Besides, it will very likely inline this anyway, so it doesn't matter very much. Joerg