]> git.cameronkatri.com Git - mandoc.git/commit
Simplify and make tag_put() more efficient by integrating tag_get()
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 25 Jul 2015 14:28:59 +0000 (14:28 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 25 Jul 2015 14:28:59 +0000 (14:28 +0000)
commitd7a1c33838e142532c49cdda9ea67e18aad92683
treecf7e98dba0f9b17d889575bbb52feccb941cf7b4
parent7310229a6bc4ea0f603478894a168e2aa4dff9e6
Simplify and make tag_put() more efficient by integrating tag_get()
into it and by only handling NUL-terminated strings.
Minus 25 lines of code, no functional change.
mdoc_term.c
tag.c
tag.h