On Feb 7, 2009, at 1:47 AM, Frank Cusack wrote:
for (i = j = 0;
removed this warning, and removed my doubts :-)
Should be
for (i = (j = 0);
a = b = ... is not legal, although gcc does accept it.
Really? I've seen a=b=c like code for a long time. But I can't say
exactly where C99 would
Ok, here's one for the idiot file. I just installed dovecot-1.0.4 on my
personal system for testing, a system which has to be the simplest
dovecot configuration possible. deliver is barking about something with
which version 1.0.3 has no problem. I looked over the wiki, googled,
and see noth