X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fpower.h;h=9877ef57a74173bb5246c6b440aa9b0362885808;hp=507a3cd63a524db0ebd9419e20bf52361b638241;hb=55b0f861ce3676061b8f531c97fd34046875581d;hpb=24064b43ff0aebda40b1b4605fa6abc2920b4518;ds=sidebyside diff --git a/ginac/power.h b/ginac/power.h index 507a3cd6..9877ef57 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -95,7 +95,7 @@ protected: void do_print_python_repr(const print_python_repr & c, unsigned level) const; void do_print_csrc_cl_N(const print_csrc_cl_N & c, unsigned level) const; - ex expand_add(const add & a, int n, unsigned options) const; + ex expand_add(const add & a, long n, unsigned options) const; ex expand_add_2(const add & a, unsigned options) const; ex expand_mul(const mul & m, const numeric & n, unsigned options, bool from_expand = false) const;