PCRE2Project / pcre2

PCRE2 development is now based here.
Other
919 stars 191 forks source link

Do not use __builtin_unreachable() in PCRE2_ASSERT() #485

Closed carenas closed 2 months ago

carenas commented 2 months ago

Simplify PCRE2_ASSERT() and while at it remove no longer needed dependency on __builtin_expect()

Fixes: #484