On Sun, 5 Feb 2017 15:07:32 -0500 "Kevin A. McGrail" <[email protected]> wrote:
> I'm sure it's an ancient gcc that I'm using but throwing an error > compiling 2.79. This is the only issue that stops compilation so I > fixed it to define the var before setting a value. D'oh, thanks. The older C standard permitted variable declarations only at the beginning of a compound statements. :( Regards, Dianne. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

