On Sun, Dec 16, 2012 at 01:00:33PM -0800, Michael Elkins wrote:
On Sun, Dec 16, 2012 at 11:45:37AM -0600, Derek Martin wrote:
implementations. One is in lib.c, the other in rfc822.c. They are
The rfc822c.c file was originally designed to be self sufficient, such
that it could be reused in other projects. I'm not sure if this is
the case any longer.
After hacking on rfc822.c I can report that:
1) rfc822.c is no longer standalone
2) the definition of FREE in that module was only used when
rfc822.c was compiled in standalone test mode
me