summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-11-20 05:51:54 -0500
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-11-20 16:10:37 +0000
commit4d7c789858ca4beacd2cf4028e969fabc2a97426 (patch)
treef8ae2a856ce3a191c6ba85086f0a096b3d663068 /perl.h
parent809474c38e5c3496fc9eb23ced60ce6dbac2a15d (diff)
downloadperl-4d7c789858ca4beacd2cf4028e969fabc2a97426.tar.gz
Re: [PATCH] various RC1 nits
Message-ID: <4743029A.3010002@iki.fi> p4raw-id: //depot/perl@32425
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index b147654abd..e48f768aa9 100644
--- a/perl.h
+++ b/perl.h
@@ -2699,6 +2699,7 @@ typedef struct clone_params CLONE_PARAMS;
* have HASATTRIBUTE_FORMAT).
*/
+#ifndef PERL_MICRO
#if defined __GNUC__ && !defined(__INTEL_COMPILER)
# if __GNUC__ >= 3 /* 3.0 -> */ /* XXX Verify this version */
# define HASATTRIBUTE_FORMAT
@@ -2728,6 +2729,7 @@ typedef struct clone_params CLONE_PARAMS;
# define HASATTRIBUTE_WARN_UNUSED_RESULT
# endif
#endif
+#endif /* #ifndef PERL_MICRO */
/* USE_5005THREADS needs to be after unixish.h as <pthread.h> includes
* <sys/signal.h> which defines NSIG - which will stop inclusion of <signal.h>