]> git.cameronkatri.com Git - mandoc.git/commit
Let read.c worry about the currently-open file instead of having this
authorKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 16:05:21 +0000 (16:05 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sun, 20 Mar 2011 16:05:21 +0000 (16:05 +0000)
commit52cb62f9976a2e63c610790cea3ecc1645534c70
treee203a899f8dd1beb25a1b17facf00acb70c69ef2
parent71ddcd873082a3c68ed2be7b7661075fb09d5849
Let read.c worry about the currently-open file instead of having this
information duplicated in main.c.  For the time being, remove evt_close
and evt_open, as the only known mparse interface (main.c) doesn't need
them.
main.c
mandoc.h
read.c