Bugfix: When the invocation of a user-defined macro follows a roff
authorschwarze <schwarze@openbsd.org>
Wed, 7 Jan 2015 12:19:17 +0000 (12:19 +0000)
committerschwarze <schwarze@openbsd.org>
Wed, 7 Jan 2015 12:19:17 +0000 (12:19 +0000)
commitc65a03d48f9671c8e33b3dc03289fe45decbbcb1
treedb590e6c739c308d9465bd937c1c333bc59d05cf
parent53c118d914b035e572ea2c40f0b531a0198f5260
Bugfix: When the invocation of a user-defined macro follows a roff
conditional request on the same input line, don't skip the first few
bytes of its content.
regress/usr.bin/mandoc/roff/de/Makefile
regress/usr.bin/mandoc/roff/de/cond.in [new file with mode: 0644]
regress/usr.bin/mandoc/roff/de/cond.out_ascii [new file with mode: 0644]
usr.bin/mandoc/roff.c