Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 613101d7fb08ceccd21c3f9fbbf8de5b794f0373 https://github.com/Perl/perl5/commit/613101d7fb08ceccd21c3f9fbbf8de5b794f0373 Author: Karl Williamson <k...@cpan.org> Date: 2025-07-27 (Sun, 27 Jul 2025)
Changed paths: M inline.h Log Message: ----------- Silence autodoc warning This was recently introduced in 194d4eac2f635f5c4cfc1e3709146be8063d6773 The warning was that IS_SAFE_SYSCALL has no long name. We currently don't typically have long names for macros. The solution is to mark it as a macro; autodoc thought it must be a function. Spotted by Dave Mitchell. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications