We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8009da5 commit fe84202Copy full SHA for fe84202
inline.h
@@ -1472,9 +1472,6 @@ Perl_valid_utf8_to_uv(const U8 *s, STRLEN *retlen)
1472
* (6 & 0x7) (8 & 0x7)
1473
* 6 0 */
1474
1475
-/* Evaluates to 0 if 'x' is at a word boundary; otherwise evaluates to 1 */
1476
-# define PERL_IS_SUBWORD_ADDR(x) (BYTES_REMAINING_IN_WORD(x) != 0)
1477
-
1478
/* Some tasks that are byte-oriented can be done as well a full word-at-a-time,
1479
* running 8 times faster on an 8-byte word, for example. But there is
1480
* generally extra setup required to do this, and byte-at-a-time must be used
0 commit comments