summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-31 14:40:12 -0600
committerKarl Williamson <khw@cpan.org>2019-09-02 21:52:12 -0600
commit3bb9fd013171017d6a8e6d15596f69c350a23a1a (patch)
tree98575fb7aef2fa75983edc4ae082f7a9878ab3cf /hv.h
parentcaf8c6bce239e9671634ff65f1f61ab2905d4fbd (diff)
downloadperl-3bb9fd013171017d6a8e6d15596f69c350a23a1a.tar.gz
Change pod for macros that require "literal strings"
Now that Devel::PPPort has the ability to handle these, we can loosen the syntax for clarity.
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hv.h b/hv.h
index 751cb20cc0..607152c840 100644
--- a/hv.h
+++ b/hv.h
@@ -575,7 +575,7 @@ struct refcounted_he {
};
/*
-=for apidoc m|SV *|refcounted_he_fetch_pvs|const struct refcounted_he *chain|"literal string" key|U32 flags
+=for apidoc m|SV *|refcounted_he_fetch_pvs|const struct refcounted_he *chain|"key"|U32 flags
Like L</refcounted_he_fetch_pvn>, but takes a literal string
instead of a string/length pair, and no precomputed hash.
@@ -587,7 +587,7 @@ instead of a string/length pair, and no precomputed hash.
Perl_refcounted_he_fetch_pvn(aTHX_ chain, STR_WITH_LEN(key), 0, flags)
/*
-=for apidoc m|struct refcounted_he *|refcounted_he_new_pvs|struct refcounted_he *parent|"literal string" key|SV *value|U32 flags
+=for apidoc m|struct refcounted_he *|refcounted_he_new_pvs|struct refcounted_he *parent|"key"|SV *value|U32 flags
Like L</refcounted_he_new_pvn>, but takes a literal string
instead of a string/length pair, and no precomputed hash.