Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information