diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-12-03 13:51:36 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-12-03 14:55:52 +0000 |
commit | fcdf39cfa40f83fdbf75ada879210410f127eef1 (patch) | |
tree | a5c1c9a2bd4338d7bd11cb05bc71ed2f23d46ac8 /configure.com | |
parent | 302c0c93356e52f02a8925ac90ae96bf8db31000 (diff) | |
download | perl-fcdf39cfa40f83fdbf75ada879210410f127eef1.tar.gz |
Configure detection of __attribute__((deprecated))
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com>
p4raw-id: //depot/perl@34994
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 6231a829dd..d1dab4d225 100644 --- a/configure.com +++ b/configure.com @@ -5820,6 +5820,7 @@ $ WC "d_asctime64='undef'" $ WC "d_atolf='" + d_atolf + "'" $ WC "d_atoll='" + d_atoll + "'" $ WC "d_attribute_format='" + d_attribut + "'" +$ WC "d_attribute_deprecated='undef'" $ WC "d_attribute_malloc='undef'" $ WC "d_attribute_nonnull='undef'" $ WC "d_attribute_noreturn='undef'" |