diff --git a/FWCore/Utilities/interface/CMSUnrollLoop.h b/FWCore/Utilities/interface/CMSUnrollLoop.h
index e76c7b90f23be..3e6e9b3fba339 100644
--- a/FWCore/Utilities/interface/CMSUnrollLoop.h
+++ b/FWCore/Utilities/interface/CMSUnrollLoop.h
@@ -30,9 +30,9 @@
 
 #elif defined(__INTEL_COMPILER)
 // Intel icc compiler
-#define CMS_UNROLL_LOOP _Pragma(STRINGIFY(unroll))
-#define CMS_UNROLL_LOOP_COUNT(N) _Pragma(STRINGIFY(unroll(N)))
-#define CMS_UNROLL_LOOP_DISABLE _Pragma(STRINGIFY(nounroll))
+#define CMS_UNROLL_LOOP _Pragma(EDM_STRINGIFY(unroll))
+#define CMS_UNROLL_LOOP_COUNT(N) _Pragma(EDM_STRINGIFY(unroll(N)))
+#define CMS_UNROLL_LOOP_DISABLE _Pragma(EDM_STRINGIFY(nounroll))
 
 #elif defined(__GNUC__)
 // GCC host compiler