From: utzoo!decvax!duke!unc!mcnc!ge
Newsgroups: net.lang,net.unix-wizards
Title: Re: if statement ambiguity in C
Article-I.D.: mcnc.1314
Posted: Thu Sep 23 09:47:29 1982
Received: Mon Sep 27 20:21:12 1982



Why not just get into the habit of full bracketing?

# define macro1		if (e1) s1

    if (e2)
	{
	macro1;
	}
    else
	{
	s2;
	}

 				george entenman
				mcnc!ge
				unc!ge