This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change handy.h macro names to be C standard conformant
authorKarl Williamson <khw@cpan.org>
Thu, 17 Dec 2020 20:07:34 +0000 (13:07 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 12 Jun 2022 15:50:10 +0000 (09:50 -0600)
commit6eb62d23ae68de0cdc243b0ef1603fc8e4fdf9b5
tree8c44bc6704d27b5e01b22e6ce76cef4e8b721a9e
parentf88fd00517a49a4577607687c0e6e9329498d1f4
Change handy.h macro names to be C standard conformant

C reserves symbols beginning with underscores for its own use.  This
commit moves the underscore so it is trailing, which is legal.  The
symbols changed here are most of the ones in handy.h that have few uses
outside it.
handy.h
numeric.c
regcomp.c
regexec.c