Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!ifistg!raichle From: raichle@azu.informatik.uni-stuttgart.de (Bernd Raichle) Newsgroups: comp.std.c Subject: Re: macors and semicolons Message-ID: Date: 24 Jun 91 14:18:10 GMT References: <1991Jun24.213932.595@otago.ac.nz> Sender: news@ifistg.uucp Organization: Informatik, Univ. Stuttgart. W.Germany Lines: 4 In-reply-to: andrew@otago.ac.nz's message of 24 Jun 91 10:10:54 GMT From FAQ(comp.lang.c): Use #define SWAP(a, b) do{int c; c = a; a = b; b = c}while(0) -bernd