From 24d9bd5f3ce52745f522f236cc2301e7b8b2e8a2 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 25 Nov 2020 06:54:37 -0700 Subject: perlapi: PL_sv_yes and kin are read-only --- intrpvar.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index 67ff94ce2f..b11607bc79 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -186,15 +186,16 @@ PERLVAR(I, comppad, PAD *) /* storage for lexically scoped temporaries */ /* =for apidoc_section $SV =for apidoc Amn|SV|PL_sv_undef -This is the C SV. Always refer to this as C<&PL_sv_undef>. +This is the C SV. It is readonly. Always refer to this as +C<&PL_sv_undef>. =for apidoc Amn|SV|PL_sv_no -This is the C SV. See C>. Always refer to this as -C<&PL_sv_no>. +This is the C SV. It is readonly. See C>. Always refer +to this as C<&PL_sv_no>. =for apidoc Amn|SV|PL_sv_yes -This is the C SV. See C>. Always refer to this as -C<&PL_sv_yes>. +This is the C SV. It is readonly. See C>. Always refer to +this as C<&PL_sv_yes>. =for apidoc Amn|SV|PL_sv_zero This readonly SV has a zero numeric value and a C<"0"> string value. It's -- cgit v1.2.1