Skip to content

Commit

Permalink
Fix warning croak_xs_usage redefined
Browse files Browse the repository at this point in the history
This is fixing a warning from RealPPPort.c
as described in Dual-Life#194.
  • Loading branch information
atoomic committed Aug 7, 2020
1 parent 1e2b4ea commit 9d08083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions parts/inc/mess
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ croak_xs_usage(const CV *const cv, const char *const params)
croak("Usage: CODE(0x%" UVxf ")(%s)", PTR2UV(cv), params);
}
}
#undef croak_xs_usage
#endif
#endif

Expand Down
2 changes: 1 addition & 1 deletion parts/inc/version
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PERL_PATCHLEVEL_H_IMPLICIT

=implementation

#define D_PPP_RELEASE_DATE 1596672000 /* 2020-08-06 */
#define D_PPP_RELEASE_DATE 1596758400 /* 2020-08-07 */

#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__) \
Expand Down

0 comments on commit 9d08083

Please sign in to comment.