From: David Levine Date: Sat, 19 Jan 2013 14:33:38 +0000 (-0600) Subject: Added a FILE * to the m_getfld_state struct so that most X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/5294e3ddb691edd6cb079d8f0b56e8c9ed95bc84?hp=5294e3ddb691edd6cb079d8f0b56e8c9ed95bc84 Added a FILE * to the m_getfld_state struct so that most 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. ---