From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1CUMwn-00038U-3z for mharc-grub-devel@gnu.org; Wed, 17 Nov 2004 05:21:57 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CUMwk-000389-Pz for grub-devel@gnu.org; Wed, 17 Nov 2004 05:21:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CUMwk-00037q-5s for grub-devel@gnu.org; Wed, 17 Nov 2004 05:21:54 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CUMwj-00037g-V5 for grub-devel@gnu.org; Wed, 17 Nov 2004 05:21:54 -0500 Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CUMnp-0001vf-Oe for grub-devel@gnu.org; Wed, 17 Nov 2004 05:12:41 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1CUMld-0000m8-A7 for grub-devel@gnu.org; Wed, 17 Nov 2004 05:10:25 -0500 Received: from localhost (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 71AD7F6A4E44 for ; Wed, 17 Nov 2004 11:09:32 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 17 Nov 2004 11:11:02 +0100 User-Agent: KMail/1.6.1 References: <20041116045636.GA3896@miracle> <87d5ydz7uf.fsf@marco.marco-g.com> In-Reply-To: <87d5ydz7uf.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411171111.03403.okuji@enbug.org> Subject: Re: [ppc patch] setjmp/longjmp X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 10:21:55 -0000 On Wednesday 17 November 2004 00:34, Marco Gerards wrote: > For now I have added a macro called "GRUBOF" which is defined for > grubof. In include/grub/setjmp.h I made a change to make an > exception for grubof. I did this because a lot of GRUB_UTILS things > are still required for grubof. Ugghaa, very dirty. Please remove such a macro as soon as possible. Okuji