diff options
author | David Mitchell <davem@iabyn.com> | 2015-09-25 16:02:53 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2015-10-13 08:45:20 +0100 |
commit | 41c8d07a26fff22a68ce29ba9cedf18578b32343 (patch) | |
tree | 792faf0dea81a59a6035821e12fba6bba5016a57 /sv.h | |
parent | 8c9009ad13ddadd4e5865ef02a27df15933a7ca7 (diff) | |
download | perl-41c8d07a26fff22a68ce29ba9cedf18578b32343.tar.gz |
fbm_instr(): tweak docs and formatting
Expand the commentary at the start of this function; add more blank lines
to separate chunks of code, and document what SVpbm_TAIL is for.
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -467,7 +467,7 @@ perform the upgrade if necessary. See C<L</svtype>>. /* PVHV */ #define SVphv_HASKFLAGS 0x80000000 /* keys have flag byte after hash */ /* PVGV when SVpbm_VALID is true */ -#define SVpbm_TAIL 0x80000000 +#define SVpbm_TAIL 0x80000000 /* string has a fake "\n" appended */ /* RV upwards. However, SVf_ROK and SVp_IOK are exclusive */ #define SVprv_WEAKREF 0x80000000 /* Weak reference */ /* pad name vars only */ |