X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mathoms.c;h=3636a9b0fe9c757eb1f4e59d0dbc13c0b2ce68d7;hb=e65df1b633afd7252686e25cbbe95678c897e99b;hp=f1f20b226b325aa749e3362063f86d65ec35ac45;hpb=daa2adfd3a5f888cb1c60469c1ec42e215d455bb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mathoms.c b/mathoms.c index f1f20b2..3636a9b 100644 --- a/mathoms.c +++ b/mathoms.c @@ -1049,6 +1049,36 @@ PP(pp_hex) return pp_oct(); } +PP(pp_pop) +{ + return pp_shift(); +} + +PP(pp_cos) +{ + return pp_sin(); +} + +PP(pp_exp) +{ + return pp_sin(); +} + +PP(pp_log) +{ + return pp_sin(); +} + +PP(pp_sqrt) +{ + return pp_sin(); +} + +PP(pp_bit_xor) +{ + return pp_bit_or(); +} + U8 * Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv) { @@ -1076,6 +1106,7 @@ potentially warn under some level of strict-ness. void Perl_sv_nolocking(pTHX_ SV *sv) { + PERL_UNUSED_CONTEXT; PERL_UNUSED_ARG(sv); } @@ -1095,6 +1126,7 @@ potentially warn under some level of strict-ness. void Perl_sv_nounlocking(pTHX_ SV *sv) { + PERL_UNUSED_CONTEXT; PERL_UNUSED_ARG(sv); }