Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 068732a96a3b9c9cbed2622259797b10ec5015ab
https://github.com/Perl/perl5/commit/068732a96a3b9c9cbed2622259797b10ec5015ab
Author: Clemens Wasser <[email protected]>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M .mailmap
M AUTHORS
M win32/win32.h
Log Message:
-----------
Fix building with clang-cl
As mentioned in https://lists.llvm.org/pipermail/llvm-dev/2015-July/088122.html
and https://github.com/llvm/llvm-project/issues/24625 building with clang-cl
currently fails due to the declaration of __PL_nan_u.
By declaring it like this, cl and clang-cl are happy to parse it.