Convert inc and scan from m_getfld() to m_getfld2()
authormarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 16:52:22 +0000 (17:52 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 21:42:29 +0000 (22:42 +0100)
commit28ce2e7139731b7c8c0bdb67b181f34011e74ed7
tree570207a3c47964accaa740ca0822bf751d714eea
parentbf016a819708d2f84387843e73af51df7e19c621
Convert inc and scan from m_getfld() to m_getfld2()

The main conversion was done in uip/scansbr.c.

Mbox handling is now completely outside of m_getfld2(), which does not
even know about From_ lines.

No more need to call thisisanmbox() (formerly m_unknown(), ``the magic
invocation'') before calling scan().

The newly introduced gotos should be eliminated ...
uip/inc.c
uip/scan.c
uip/scansbr.c