summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 06:10:54 -0600
committerKarl Williamson <khw@cpan.org>2020-09-13 21:21:32 -0600
commitb6d2403ae939c1b190750fce9aa90008e40c54af (patch)
tree02911fe59e31c760058b6c6e0a0f8a85bbe02033
parenta56541ebc9ed6b2a0b96118b9e7fa5d769cb2762 (diff)
downloadperl-b6d2403ae939c1b190750fce9aa90008e40c54af.tar.gz
Document cast NV to int macros; make helpers internal
The helper, like, cast_uv, functions are now considered non-API, but the macros one is supposed to use instead are now documented.
-rw-r--r--embed.fnc8
1 files changed, 4 insertions, 4 deletions
diff --git a/embed.fnc b/embed.fnc
index 8fc8a359f3..1ca17d2ab6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -665,10 +665,10 @@ Apd |const PERL_CONTEXT * |caller_cx|I32 level \
|NULLOK const PERL_CONTEXT **dbcxp
: Used in several source files
pR |bool |cando |Mode_t mode|bool effective|NN const Stat_t* statbufp
-ApRT |U32 |cast_ulong |NV f
-ApRT |I32 |cast_i32 |NV f
-ApRT |IV |cast_iv |NV f
-ApRT |UV |cast_uv |NV f
+CpRT |U32 |cast_ulong |NV f
+CpRT |I32 |cast_i32 |NV f
+CpRT |IV |cast_iv |NV f
+CpRT |UV |cast_uv |NV f
#if !defined(HAS_TRUNCATE) && !defined(HAS_CHSIZE) && defined(F_FREESP)
ApR |I32 |my_chsize |int fd|Off_t length
#endif