]> www.ginac.de Git - ginac.git/commitdiff
- adjust preprocessor Cint-checks to the actual situation.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 19 May 2001 19:11:45 +0000 (19:11 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Sat, 19 May 2001 19:11:45 +0000 (19:11 +0000)
cint/ginaccint.bin.cpp

index 0c2c0d53deb287b66ff940923b793debdc8119e3..373fca7afcb3250d8521e9d361857759439504d9 100644 (file)
@@ -3,9 +3,9 @@
 
 #include "G__ci.h"   /* G__atpause is defined in G__ci.h */
 
-#if (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501460)
-#error You need at least cint 5.14.60 to compile GiNaC-cint. Download it via http from root.cern.ch/root/Cint.html or via ftp from ftpthep.physik.uni-mainz.de/pub/cint
-#endif // (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501438)
+#if (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501464)
+#error You need at least cint 5.14.64 to compile GiNaC-cint. Download it via http from root.cern.ch/root/Cint.html or via ftp from ftpthep.physik.uni-mainz.de/pub/cint
+#endif // (!defined(G__CINTVERSION)) || (G__CINTVERSION < 501464)
 
 #include <iostream>
 #include <fstream>