Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DynaLoader: dl_dyld.xs: don't undef bool
I expect this was added when we added our own bool, and before we used bool so liberally ourselves. Now dl_dyld.xs fails to compile, since MY_CXT_CLONE indirectly uses UNLIKELY() which casts to bool. Tested locally with: ./Configure -des -Dusedevel -Dusethreads -Ddlsrc=dl_dyld.xs on a modern Darwin, which failed before this change and builds after. Based on work done by Sevan Janiyan in Perl#21751. Fixes Perl#21751
- Loading branch information