Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 7911101dcf90ee1fd79f709f4e29e45ba8f94b24
https://github.com/Perl/perl5/commit/7911101dcf90ee1fd79f709f4e29e45ba8f94b24
Author: Lukas Mai <[email protected]>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M XSUB.h
Log Message:
-----------
XSUB.h: simplify XS_INTERNAL/XS_EXTERNAL macros
Ever since `__attribute__unused__` was added to the XSPROTO definition,
the explicit `defined(HASATTRIBUTE_UNUSED)` check has become redundant.
Also, the XS_INTERNAL definitions are functionally equivalent in all
branches, so replace them by a single unconditional definition.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications