Fix an assert() raised by `RS' when following `TP'.
authorKristaps Dzonsons <kristaps@bsd.lv>
Tue, 12 Jun 2012 12:47:14 +0000 (12:47 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Tue, 12 Jun 2012 12:47:14 +0000 (12:47 +0000)
commit1b2ff8223b21e7001b7a739aec2a9ba0cba62dc8
tree1c154680035a7aedd5d325979c771fa6ead59a7c
parent684d974f356a1e07a9d8739dcd6cb5ba2c8b67c1
Fix an assert() raised by `RS' when following `TP'.
The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope
opened by `TP' would still be in the HEAD macro.
This was from joerg@'s archive of failures.
TODO
man_macro.c