Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f223d81ede2b28c83c8c4b31793166137f1fcdf1
https://github.com/Perl/perl5/commit/f223d81ede2b28c83c8c4b31793166137f1fcdf1
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.