X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=cint%2Fdummies.h;h=6eb17652e76c97c240b17649cf5a07a5ddde7a87;hp=e594a0b4d15a70162849b399a325438a3d50f990;hb=fe48203c63c543f1c975f329d07306da7ad0950d;hpb=f293ecba8b6026a7754795256b2f23910bf70507 diff --git a/cint/dummies.h b/cint/dummies.h index e594a0b4..6eb17652 100644 --- a/cint/dummies.h +++ b/cint/dummies.h @@ -5,6 +5,9 @@ * Please do not modify it directly, edit the perl script instead! */ +#if (!defined(G_CINTVERSION)) || (G_CINTVERSION < 501437) +// this dummy file seems to be no longer needed for cint >= 5.14.37 + // fixes for function sin(x) inline function sin(symbol const & x) { return sin(ex(x)); } inline function sin(function const & x) { return sin(ex(x)); } @@ -833,3 +836,5 @@ inline simp_lor lor_g(basic const & x, basic const & y) { inline simp_lor lor_vec(const string & x, const basic & y) { return lor_vec((x),ex(y)); } + +#endif // (!defined(G_CINTVERSION)) || (G_CINTVERSION < 501437)