Help for this page

Select Code to Download


  1. or download this
    Int64.xs(974) : error C2275: 'int64_t' : illegal use of this type as a
    +n expressi
    on
            Int64.xs(22) : see declaration of 'int64_t'
    
  2. or download this
    SV *mi64_right(self, other, rev = &PL_sv_no)
        SV *self
    ...
            a = SvI64x(self);
            b = SvU64(aTHX_ other);
        }
    
  3. or download this
    XS(XS_Math__Int64__right); /* prototype to pass -Wmissing-prototypes *
    +/
    XS(XS_Math__Int64__right)
    ...
            a = SvI64x(self);
            b = SvU64(aTHX_ other);
        }
    
  4. or download this
    T_REFANDSV
        ".(unshift(@line, (
    ...
            Perl_croak(aTHX_ \"%s: %s is not a reference\",
                ${$ALIAS?\q[GvNAME(CvGV(cv))]:\qq[\"$pname\"]},
                \"$var\");