You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{regcomp,regexec}*.c: consistently use C99 spelling of true/false
... which mostly means lowercasing TRUE/FALSE, except for
Perl_reg_named_buff_firstkey, which (since it returns a pointer) never
should've tried to return FALSE in the first place.
0 commit comments