Received: with ECARTIS (v1.0.0; list linux-xfs); Sat, 25 Mar 2006 15:52:31 -0800 (PST) Received: from mx2.suse.de (ns2.suse.de [195.135.220.15]) by oss.sgi.com (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id k2PNqUW6024643 for ; Sat, 25 Mar 2006 15:52:30 -0800 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 6611B1C614; Sat, 25 Mar 2006 23:38:41 +0100 (CET) From: Andreas Schwab To: Jan Engelhardt Cc: Nathan Scott , linux-xfs@oss.sgi.com, Linux Kernel Mailing List Subject: Re: Parenthesize macros in xfs References: <20060321082327.B653275@wobbly.melbourne.sgi.com> <20060321084619.E653275@wobbly.melbourne.sgi.com> X-Yow: Am I elected yet? Date: Sat, 25 Mar 2006 23:38:40 +0100 In-Reply-To: (Jan Engelhardt's message of "Sat, 25 Mar 2006 22:35:07 +0100 (MET)") Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-archive-position: 7518 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: schwab@suse.de Precedence: bulk X-list: linux-xfs Content-Length: 956 Lines: 31 Jan Engelhardt writes: > diff -dpru xfs-mod-01/support/qsort.c xfs-mod-02/support/qsort.c > --- xfs-mod-01/support/qsort.c 2005-09-23 05:51:28.000000000 +0200 > +++ xfs-mod-02/support/qsort.c 2006-03-25 22:20:37.055287000 +0100 > @@ -55,13 +55,14 @@ swapfunc(char *a, char *b, int n, int sw > swapcode(char, a, b, n) > } > > -#define swap(a, b) \ > +#define swap(a, b) do { \ > if (swaptype == 0) { \ > long t = *(long *)(a); \ > *(long *)(a) = *(long *)(b); \ > *(long *)(b) = t; \ > } else \ > - swapfunc(a, b, es, swaptype) > + swapfunc(a, b, es, swaptype) \ > +} while(0) ^^ Missing semicolon. Andreas. -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."