summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-20 05:56:47 +0100
committerYves Orton <demerphq@gmail.com>2023-03-12 19:24:44 +0800
commit351ceb16a6ce2fb54d5a88bd12017b9e4f617466 (patch)
tree83eed9c9c980a97fbe185503c9ffa4aaf3176b77 /sv.h
parent04ae22e365c6772adec7c4d5de0fbff3e3f823e0 (diff)
downloadperl-351ceb16a6ce2fb54d5a88bd12017b9e4f617466.tar.gz
sv.h - make unused bit more obvious with a comment.
Dave M complained about the previous version of this, this changes the line to just be a comment, with a prefix common to other defines.
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 27bdb2c5b7..be050f1d1b 100644
--- a/sv.h
+++ b/sv.h
@@ -2085,7 +2085,7 @@ Returns the hash for C<sv> created by C<L</newSVpvn_share>>.
#define SV_IMMEDIATE_UNREF (1 << 0) /* 0x0001 - 1 */
#define SV_GMAGIC (1 << 1) /* 0x0002 - 2 */
#define SV_COW_DROP_PV (1 << 2) /* 0x0004 - 4 */
-#define SV_FLAG_BIT3_UNUSED (1 << 3) /* 0x0008 - 8 */
+/* SV_NOT_USED (1 << 3) 0x0008 - 8 */
#define SV_NOSTEAL (1 << 4) /* 0x0010 - 16 */
#define SV_CONST_RETURN (1 << 5) /* 0x0020 - 32 */
#define SV_MUTABLE_RETURN (1 << 6) /* 0x0040 - 64 */