]> www.ginac.de Git - ginac.git/blobdiff - cint/dummies.h
#pragmas for MAKECINT in combination with namespaces
[ginac.git] / cint / dummies.h
index e594a0b4d15a70162849b399a325438a3d50f990..6eb17652e76c97c240b17649cf5a07a5ddde7a87 100644 (file)
@@ -5,6 +5,9 @@
  *  Please do not modify it directly, edit the perl script instead!
  */
 
  *  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)); }
 // 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));
 }
 inline simp_lor lor_vec(const string & x, const basic & y) {
     return lor_vec((x),ex(y));
 }
+
+#endif // (!defined(G_CINTVERSION)) || (G_CINTVERSION < 501437)