]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSgeomSDD.cxx
Adapted to the new set of libraries
[u/mrichter/AliRoot.git] / ITS / AliITSgeomSDD.cxx
index 00263b5451d1c7e8a8db115e5248230d22b9d750..dafb880455fda3733fd1fd56215dd0e5814388b0 100644 (file)
@@ -199,14 +199,14 @@ void AliITSgeomSDD::Print(ostream *os) const {
 // Standard output format for this class.
 ////////////////////////////////////////////////////////////////////////
     Int_t i;
-#if defined __GNUC__
+#if defined __GNUC__ 
 #if __GNUC__ > 2
     ios::fmtflags fmt;
 #else
     Int_t fmt;
 #endif
 #else
-#if defined __ICC || defined __ECC
+#if defined __ICC || defined __ECC || defined __xlC__
     ios::fmtflags fmt;
 #else
     Int_t fmt;