Skip to content

Commit

Permalink
Merge 05b694b into 2723cea
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Jun 15, 2021
2 parents 2723cea + 05b694b commit af2c33c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/Devel-PPPort/parts/inc/call
Expand Up @@ -21,6 +21,7 @@ load_module
vload_module
G_METHOD
G_RETHROW
G_LIST

=implementation

Expand All @@ -42,6 +43,8 @@ __UNDEFINED__ Perl_eval_pv perl_eval_pv
#endif
#endif

__UNDEFINED__ G_LIST G_ARRAY

__UNDEFINED__ PERL_LOADMOD_DENY 0x1
__UNDEFINED__ PERL_LOADMOD_NOIMPORT 0x2
__UNDEFINED__ PERL_LOADMOD_IMPORT_OPS 0x4
Expand Down
2 changes: 1 addition & 1 deletion dist/Devel-PPPort/parts/inc/version
Expand Up @@ -26,7 +26,7 @@ PERL_BCDVERSION

=implementation

#define D_PPP_RELEASE_DATE 1602806400 /* 2020-10-16 */
#define D_PPP_RELEASE_DATE 1622592000 /* 2021-06-02 */

#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__) \
Expand Down
1 change: 1 addition & 0 deletions dist/Devel-PPPort/parts/ppport.fnc
Expand Up @@ -29,6 +29,7 @@ dm|int|AvFILLp|AV * av
CprT|void|croak_memory_wrap|
AmnT|void|dTHXR
AmnT|void|dXSTARG
AmnT|void|G_LIST
Cdhm|char *|HvNAME_get|HV * stash
AmnT|void|IV_MAX
AmnT|void|IV_MIN
Expand Down
1 change: 1 addition & 0 deletions dist/Devel-PPPort/parts/todo/5003007
Expand Up @@ -107,6 +107,7 @@ get_sv # T
G_EVAL # T
GIMME # T
G_KEEPERR # T
G_LIST # T
G_METHOD # T
G_NOARGS # T
gp_free # T
Expand Down

0 comments on commit af2c33c

Please sign in to comment.