CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2022/05/04 12:57:50
Modified files: lib/libc/gen : vis.c Log message: Found two multiple evaluation macros. One of them so long and scary it too many people to unravel correctly and place into a static function. While here, move the flags bits into local variables, which reduces the amount of () in the checks. help from millert, miod, tedu