From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FY2L9-0003sg-GQ for qemu-devel@nongnu.org; Mon, 24 Apr 2006 10:47:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FY2L7-0003s5-ER for qemu-devel@nongnu.org; Mon, 24 Apr 2006 10:47:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FY2L7-0003ry-96 for qemu-devel@nongnu.org; Mon, 24 Apr 2006 10:47:01 -0400 Received: from [65.74.133.6] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FY2NM-0003pR-OC for qemu-devel@nongnu.org; Mon, 24 Apr 2006 10:49:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] use stdio.h Date: Mon, 24 Apr 2006 15:46:57 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604241546.57968.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Monday 24 April 2006 15:40, Marius Groeger wrote: > Hi, > > Changelog: > > Make dyngen-exec.h include which is more portable than the > local definitions. I believe dyngen-exec.h deliberately doesn't include stdio.h because it conflicts with the local register variables on some hosts. Paul