From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 4B0A6DDDE6 for ; Sun, 21 Oct 2007 15:30:56 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <20d6133a9294d4f06a7e78ca627ec4f3@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH 4/4] DTC: Begin the path to sane literals and expressions. Date: Sun, 21 Oct 2007 07:30:45 +0200 To: Jon Loeliger Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Property names have been limited to start with > characters from the set [a-zA-Z,._#?]. That is, the > digits and the expression symbols have been removed. This cannot work; many property names start with a digit, for example. Segher