From: utzoo!decvax!harpo!utah-cs!lepreau Newsgroups: net.unix-wizards,net.lang Title: Re: if statement ambiguity and the C preprocessor Article-I.D.: utah-cs.996 Posted: Thu Sep 23 04:35:40 1982 Received: Mon Sep 27 19:48:19 1982 References: cmcl2.13661 The dangling else problem arises cause the if gen'ed by the macro might grab an adjacent else. So give the macro a nearer one: stick a null else clause on the end of it. -Jay Lepreau