diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-22 06:10:54 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-09-13 21:21:32 -0600 |
commit | b6d2403ae939c1b190750fce9aa90008e40c54af (patch) | |
tree | 02911fe59e31c760058b6c6e0a0f8a85bbe02033 | |
parent | a56541ebc9ed6b2a0b96118b9e7fa5d769cb2762 (diff) | |
download | perl-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.fnc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |