mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
regcomp.h: Use mnemonic instead of literal+constant
This is a small thing, but might as well use the mnemonic.
This commit is contained in:
parent
c9a49963b4
commit
c1387cbdcd
@ -171,7 +171,7 @@ struct regnode_2 {
|
||||
U16 arg2;
|
||||
};
|
||||
|
||||
#define ANYOF_BITMAP_SIZE (NUM_ANYOF_CODE_POINTS / 8) /* 8 bits/Byte */
|
||||
#define ANYOF_BITMAP_SIZE (NUM_ANYOF_CODE_POINTS / CHARBITS)
|
||||
|
||||
/* Note that these form structs which are supersets of the next smaller one, by
|
||||
* appending fields. Alignment problems can occur if one of those optional
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user