summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2003-09-23 00:52:40 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-23 04:46:48 +0000
commit94b00aa4f6d0e3121d1899787c01f0f36ecb4f6e (patch)
tree2179fcd4d952bb257a0bcc674a23b210d849e2a7 /perl.h
parentfdabeebc3413e04ccb1a18bb0b9945494795b944 (diff)
downloadperl-94b00aa4f6d0e3121d1899787c01f0f36ecb4f6e.tar.gz
RC5 and Intel's ICC
From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2> (the attribute part) p4raw-id: //depot/perl@21326
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index 73aad3ccee..ab6477c527 100644
--- a/perl.h
+++ b/perl.h
@@ -128,7 +128,7 @@
#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))