]> git.cameronkatri.com Git - mandoc.git/commit
Refactor, no functional change: Remove the parse point from struct buf.
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 1 Nov 2014 04:08:43 +0000 (04:08 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 1 Nov 2014 04:08:43 +0000 (04:08 +0000)
commitc68cbba22d595e6209d32633cbc4f64d2ce3e810
tree75e5b3ca8a9e3badb5913a007bbf24424191f049
parent87762e476141496baf99b8db674bb45f9f50cb03
Refactor, no functional change: Remove the parse point from struct buf.
Some functions need multiple parse points, some none at all,
and it varies whether any of them need to be passed around.
So better pass them as a separate argument, and only when needed.
libmandoc.h
preconv.c
read.c