From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1S3w6u-0002jN-Ol for mharc-grub-devel@gnu.org; Sat, 03 Mar 2012 16:03:24 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3w6r-0002iU-Ta for grub-devel@gnu.org; Sat, 03 Mar 2012 16:03:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3w6q-0004fZ-AA for grub-devel@gnu.org; Sat, 03 Mar 2012 16:03:21 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:42030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3w6q-0004fN-0x for grub-devel@gnu.org; Sat, 03 Mar 2012 16:03:20 -0500 Received: by eeke53 with SMTP id e53so1063742eek.0 for ; Sat, 03 Mar 2012 13:03:18 -0800 (PST) Received-SPF: pass (google.com: domain of phcoder@gmail.com designates 10.14.202.130 as permitted sender) client-ip=10.14.202.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of phcoder@gmail.com designates 10.14.202.130 as permitted sender) smtp.mail=phcoder@gmail.com; dkim=pass header.i=phcoder@gmail.com Received: from mr.google.com ([10.14.202.130]) by 10.14.202.130 with SMTP id d2mr8350175eeo.83.1330808598089 (num_hops = 1); Sat, 03 Mar 2012 13:03:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=KVHC4STcf5+SarflOXoBJPXWp6pXqRND1rcZGS63tcI=; b=qbs8OjeiaK9n5wDUFiw6ef5o/cD2UYH1QRZyWtp001I7T9I6wMe9Z3FAaa1JW8vKAA 6kAzhuF0pLkL8mYFdEYfaJQ9bqFDkj90LdwoL1ycjh1H3FX29BlzKwKIIGUH5ZTifaUa mjfCvm8ZOdL/Op2ZYa4D6m5FMpeOfxeecY/e+JnGk7j37N9VZXJYaeeWL07wbr1UlQQq seLDBqVqBkX4NF1P1MsZ2x7XwWwWrSX3KKvJNA65dI4SHZak9tXGfNLF4JbpkymuOEDm rl1/e3Z1WWpPwi7lu9NR6Ho0dl8QYA++0Gl7FCy9spHZrcKtX5I/TGA7F9CFLpjaC5v+ unpw== Received: by 10.14.202.130 with SMTP id d2mr6383040eeo.83.1330808598023; Sat, 03 Mar 2012 13:03:18 -0800 (PST) Received: from debian.x201.phnet (127-109.62-81.cust.bluewin.ch. [81.62.109.127]) by mx.google.com with ESMTPS id s48sm38933021eem.0.2012.03.03.13.03.16 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 Mar 2012 13:03:17 -0800 (PST) Message-ID: <4F528713.2000506@gmail.com> Date: Sat, 03 Mar 2012 22:03:15 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20120216 Icedove/8.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH] Using enum symbols as indices into menuentry options References: <4F528409.2010901@anvo-it.de> In-Reply-To: <4F528409.2010901@anvo-it.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 Cc: Andreas Vogel X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2012 21:03:23 -0000 On 03.03.2012 21:50, Andreas Vogel wrote: > +enum options > + { Please don't define a type here, especially that a type "options" can easily conflict with something else. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko