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 #194.
  • Loading branch information
atoomic committed Aug 7, 2020
1 parent 0118f1c commit 0083467
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 0083467

Please sign in to comment.