Branch: refs/heads/smoke-me/khw-netbsd
Home: https://github.com/Perl/perl5
Commit: d262c638b2a5c82c6552d2351f3e7043d9e1d3c6
https://github.com/Perl/perl5/commit/d262c638b2a5c82c6552d2351f3e7043d9e1d3c6
Author: Karl Williamson <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M perl.h
Log Message:
-----------
PATCH: GH #17381 netbsd static assert failure
As discussed in the ticket, static assertions aren't always enabled
here. The solution is to use our already-existing fallback to emulate
static assertions in more instances as suggested in the ticket.