]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Protection if the compiler is not gcc
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2007 15:43:51 +0000 (15:43 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Nov 2007 15:43:51 +0000 (15:43 +0000)
HLT/MUON/OnlineAnalysis/AliHLTMUONHitReconstructor.h
HLT/MUON/OnlineAnalysis/AliHLTMUONHitReconstructorComponent.h
HLT/MUON/OnlineAnalysis/AliHLTMUONMansoTrackerFSMComponent.h
HLT/MUON/OnlineAnalysis/AliHLTMUONTriggerReconstructorComponent.h

index 372f747b5f9b09e96976c7dd107fb3202828b0f4..2393cac0206bc3e49f50c3f9720921737dcef624 100644 (file)
@@ -42,7 +42,7 @@
 #include "AliRawReaderRoot.h"
 #include "AliRawReaderDate.h"
 
-#if __GNUC__ < 3
+#if __GNUC__ && __GNUC__ < 3
 #define std
 #endif
 
index 8241f0b3cb3a4d0b6e13054bf8546fce569584ba..7ea03bc98a66e13152208432f28bac7cb7802177 100644 (file)
@@ -28,7 +28,7 @@
 #include <TString.h>
 #include "AliHLTMUONHitReconstructor.h"
 
-#if __GNUC__ < 3
+#if __GNUC__ && __GNUC__ < 3
 #define std
 #endif
 
index bd9897ed078ae64126fb1efb4c7b2d2ee2f451b3..2c6b5eba9ea20d07344c940149cf97ae96d742b6 100644 (file)
@@ -33,7 +33,7 @@
 #include "AliHLTMUONMansoTrackerFSMCallback.h"
 #include <vector>
 
-#if __GNUC__ < 3
+#if __GNUC__ && __GNUC__ < 3
 #define std
 #endif
 
index 6580a43be6ae6a48ea60925e543ba6adf20fc9eb..f470982d2f94477f032fb09e21fac12405ad944f 100644 (file)
@@ -16,7 +16,7 @@
 #include "AliHLTProcessor.h"
 #include "AliHLTMUONDataTypes.h"
 
-#if __GNUC__ < 3
+#if __GNUC__ && __GNUC__ < 3
 #define std
 #endif