From 76f12f086fee22b754be310e16fa93974de7fc6e Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Thu, 20 Mar 2008 13:58:43 +0000 Subject: [PATCH] correct \#if condition git-svn-id: http://root.cern.ch/svn/root/trunk@22784 27541ba8-7e3a-0410-8455-c3a389f83636 --- cint/reflex/src/stl_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cint/reflex/src/stl_hash.h b/cint/reflex/src/stl_hash.h index 42702484c95..a0329c7284c 100644 --- a/cint/reflex/src/stl_hash.h +++ b/cint/reflex/src/stl_hash.h @@ -124,7 +124,7 @@ namespace std { #endif // __GNUC__ -#if (__INTEL_COMPILER<=800) +#if defined(__INTEL_COMPILER) && (__INTEL_COMPILER<=800) namespace __gnu_cxx { -- GitLab