From 479676c292f3f1de45372c49df3e3dee6950d689 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sat, 19 May 2001 19:11:45 +0000 Subject: [PATCH] - adjust preprocessor Cint-checks to the actual situation. --- cint/ginaccint.bin.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cint/ginaccint.bin.cpp b/cint/ginaccint.bin.cpp index 0c2c0d53..373fca7a 100644 --- a/cint/ginaccint.bin.cpp +++ b/cint/ginaccint.bin.cpp @@ -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 #include -- 2.45.0