CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/11 03:12:47
Modified files:
usr.bin/mandoc : mdoc_term.c out.h
Log message:
Finally expand and delete the macro SCALE_VS_INIT().
It's nothing but obfuscation and only used at three places in a single file.
Removing it also makes the code three lines shorter.
The ugliness was already pointed out six years ago by mmcc@.
