From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJAYv-0000A6-VZ for qemu-devel@nongnu.org; Mon, 09 Sep 2013 19:08:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJAYn-0002bs-Jq for qemu-devel@nongnu.org; Mon, 09 Sep 2013 19:08:05 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:41216) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJAYn-0002ba-CJ for qemu-devel@nongnu.org; Mon, 09 Sep 2013 19:07:57 -0400 Received: by mail-pa0-f45.google.com with SMTP id bg4so6862208pad.18 for ; Mon, 09 Sep 2013 16:07:56 -0700 (PDT) Sender: Richard Henderson Message-ID: <522E54C8.9020305@twiddle.net> Date: Mon, 09 Sep 2013 16:07:52 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1378280128-3826-1-git-send-email-antonynpavlov@gmail.com> <1378280128-3826-2-git-send-email-antonynpavlov@gmail.com> <20130909173234.GC4966@ohm.aurel32.net> In-Reply-To: <20130909173234.GC4966@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 1/2] include/: import sizes.h from barebox List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Paolo Bonzini , Paul Brook , Antony Pavlov , Anthony Liguori , qemu-devel@nongnu.org On 09/09/2013 10:32 AM, Aurelien Jarno wrote: >> +#define SZ_2G 0x80000000 At minimum this must have a U or LL suffix. And if this one has the suffix, then for consistency the rest ought as well. r~