Am Mon, 30 Oct 2006 00:18:30 +0100 schrieb Marcus Sobchack:
> trying to build milter-regex ( http://www.benzedrine.cx/milter-regex.html
> ) on a Debian sarge system (bison 1.875d, gcc 3.3.5, sendmail 8.13.4).
I used byacc instead of bison and deleted the following lines
#ifdef __linux__
(void)&yyrcsid; /* warning about yyrcsid declared but unused */
#endif
in parse.py. Daniel thanks for ing!
Marcus