]> diplodocus.org Git - nmh/commitdiff
Added a FILE * to the m_getfld_state struct so that most
authorDavid Levine <levinedl@acm.org>
Sat, 19 Jan 2013 14:33:38 +0000 (08:33 -0600)
committerDavid Levine <levinedl@acm.org>
Sat, 19 Jan 2013 14:33:38 +0000 (08:33 -0600)
functions don't need to pass it explicitly.  Note that
m_getfld() must still be passed the FILE * because some
callers, e.g., those in mhparse.c, reopen their input file
and therefore pass different FILE *'s for the same input.


No differences found