CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/07 11:37:32
Modified files:
usr.bin/mandoc : roff.c
regress/usr.bin/mandoc/roff/cond: if.in if.out_ascii
Log message:
In roff_cond_sub(), make sure that the incorrect input sequence `\\}',
when found on a macro line, does not close a conditional block.
The companion function roff_cond_text() already did this correctly,
but make the code more readable without functional change.
While here, report the correct column number in related error messages.