From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tulkv-0006m4-PX for qemu-devel@nongnu.org; Mon, 14 Jan 2013 10:15:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tulkr-0008Jm-MW for qemu-devel@nongnu.org; Mon, 14 Jan 2013 10:15:21 -0500 Received: from mail-pb0-f50.google.com ([209.85.160.50]:53307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tulkr-0008JU-G0 for qemu-devel@nongnu.org; Mon, 14 Jan 2013 10:15:17 -0500 Received: by mail-pb0-f50.google.com with SMTP id wz7so2211885pbc.9 for ; Mon, 14 Jan 2013 07:15:16 -0800 (PST) Sender: Richard Henderson Message-ID: <50F42100.4070000@twiddle.net> Date: Mon, 14 Jan 2013 07:15:12 -0800 From: Richard Henderson MIME-Version: 1.0 References: <1309ac93ff943931eb213dd87cd3570910b23926.1358094930.git.blauwirbel@gmail.com> In-Reply-To: <1309ac93ff943931eb213dd87cd3570910b23926.1358094930.git.blauwirbel@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] bswap: improve gluing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 2013-01-13 08:35, Blue Swirl wrote: > Fix by applying glue(). Also add do {} while(0) wrapping and fix > semicolon use while at it. > > Signed-off-by: Blue Swirl > --- > include/qemu/bswap.h | 20 ++++++++++---------- > 1 files changed, 10 insertions(+), 10 deletions(-) Reviewed-by: Richard Henderson r~