This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
handy.h: Create nBIT_MASK(n) macro
authorKarl Williamson <khw@cpan.org>
Fri, 29 May 2020 20:25:19 +0000 (14:25 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 18 Jul 2020 04:04:08 +0000 (22:04 -0600)
commitd223e1ea9ae864c0e563187f1e76240ef1acad87
treef670961d58ff3c055cff40637ca9daacaf1b462e
parent0654f0ab17405d0d55f0006348b4ed0084aa1fc8
handy.h: Create nBIT_MASK(n) macro

This encapsulates a common paradigm, making sure that it is done
correctly for the platform's size.
doop.c
handy.h
malloc.c
op_reg_common.h
os2/os2ish.h
pp_pack.c
regcomp.h
utf8.h