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 20FEFDDEA3 for ; Sun, 21 Oct 2007 15:32:44 +1000 (EST) In-Reply-To: <20071020084737.GG26642@localhost.localdomain> References: <20071020084737.GG26642@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6a6fcd2bc9b0121cb5e9cfc675d88f57@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:32:33 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org, Jon Loeliger List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Use of "d#', "o#", "h#" and "b#" are gone in version 1. > > Also good. We might want to keep b#, since there's no C way of doing > binary literals, GCC supports "0b...", and it is proposed new ISO C syntax, too. Segher