CVSROOT:        /cvs
Module name:    src
Changes by:     mill...@cvs.openbsd.org 2020/12/31 10:24:05

Modified files:
        lib/libc/regex : regcomp.c 

Log message:
More regular error handling with the REQUIRE macro.
Changing it from ((condition) || function call) to an if() wrapped
in a do/while is easier to read and more stylistically consistent.
The seterr() function no longer needs to return a value.
>From miod@, OK tb@

Reply via email to