On Sun, 2006-06-25 at 11:04 -0700, Gary Funck wrote: > gcc -ansi -pedantic-errors -Wall -Werror t.c
> t.c: In function 'main': > t.c:8: error: ISO C90 forbids mixed declarations and code Here -Wdeclaration-after-statement is useful. It's not supported by all versions of GCC, so it might not be a bad idea to check for it in a ./configure. (It's been so long since I've build MIMEDefang by hand, I don't even remember if it uses autoconf.) Richard
signature.asc
Description: This is a digitally signed message part
_______________________________________________ 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

