From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
Message-ID: <
00a101c3814b$76a8cc50$0c2f1fac@R2D2>
(the attribute part)
p4raw-id: //depot/perl@21326
PERL_REVISION
PERL_SUBVERSION
PERL_UNUSED_DECL
- PERL_UNUSED_DECL
PERL_VERSION
PL_compiling
PL_copline
#endif
#ifdef HASATTRIBUTE
-# if defined(__GNUC__) && defined(__cplusplus)
+# if (defined(__GNUC__) && defined(__cplusplus)) || defined(__INTEL_COMPILER)
# define PERL_UNUSED_DECL
# else
# define PERL_UNUSED_DECL __attribute__((unused))
#endif
#ifdef HASATTRIBUTE
-# if defined(__GNUC__) && defined(__cplusplus)
+# if (defined(__GNUC__) && defined(__cplusplus)) || defined(__INTEL_COMPILER)
# define PERL_UNUSED_DECL
# else
# define PERL_UNUSED_DECL __attribute__((unused))