From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Cuu5W-0001yo-60 for mharc-grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:40 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cuu5A-0001mV-T2 for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cuu53-0001jL-8b for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:10 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cuu52-0001eN-Sn for grub-devel@gnu.org; Sat, 29 Jan 2005 10:00:08 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CutfX-0007SS-Qr for grub-devel@gnu.org; Sat, 29 Jan 2005 09:33:48 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id F1929F944600 for ; Sat, 29 Jan 2005 15:33:46 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 29 Jan 05 14:33:46 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Sat, 29 Jan 2005 15:34:23 +0100 User-Agent: KMail/1.7.1 References: <200501231528.59397.okuji@enbug.org> <41FB6913.3070503@list.ru> <200501291437.18485.okuji@enbug.org> In-Reply-To: <200501291437.18485.okuji@enbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501291534.24035.okuji@enbug.org> Subject: Re: menu variable 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: Sat, 29 Jan 2005 15:00:36 -0000 On Saturday 29 January 2005 14:37, Yoshinori K. Okuji wrote: > On Saturday 29 January 2005 11:44, Serbinenko Vladimir wrote: > > Can I declare menu variable as global one? > > No problem. BTW, even if you make it global, please use a local variable or a function argument whenever possible. This makes the code modular. Okuji