mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Nathan Scott <nathans@sgi.com>,
	linux-xfs@oss.sgi.com,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Parenthesize macros in xfs
Date: Sun, 26 Mar 2006 00:45:19 +0100	[thread overview]
Message-ID: <jewtei1434.fsf@sykes.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.61.0603260023070.12891@yvahk01.tjqt.qr> (Jan Engelhardt's message of "Sun, 26 Mar 2006 00:23:47 +0100 (MET)")

Jan Engelhardt <jengelh@linux01.gwdg.de> writes:

>>> -#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.
>>
>
> It was missing before too. ;)

No, previously it was provided at the call site.

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."

  reply	other threads:[~2006-03-25 23:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20 21:09 Jan Engelhardt
2006-03-20 21:23 ` Nathan Scott
2006-03-20 21:39   ` Jan Engelhardt
2006-03-20 21:46     ` Nathan Scott
2006-03-25 21:35       ` Jan Engelhardt
2006-03-25 22:38         ` Andreas Schwab
2006-03-25 23:23           ` Jan Engelhardt
2006-03-25 23:45             ` Andreas Schwab [this message]
2006-03-26  9:26               ` Jan Engelhardt
2006-03-26 12:19                 ` Måns Rullgård
2006-03-26 12:30                   ` Kyle Moffett
2006-03-26 14:23                 ` Andreas Schwab
2006-03-25 23:26       ` Jan Engelhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jewtei1434.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-xfs@oss.sgi.com \
    --cc=nathans@sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®