Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

if statement ambiguity in C

3 views
Skip to first unread message

mcnc!ge

unread,
Sep 27, 1982, 4:21:12 PM9/27/82
to

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

0 new messages