From: Ken Raeburn Date: Mon, 27 Aug 2007 23:17:21 +0000 (+0000) Subject: Ignore KRB5_ATTR_DEPRECATED X-Git-Tag: krb5-1.7-alpha1~912 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d70ddfee4fc58b5b51a982973ce1b74b0cae92f9;p=krb5.git Ignore KRB5_ATTR_DEPRECATED ticket: 2836 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19886 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/def-check.pl b/src/util/def-check.pl index a6dd210f5..015d81204 100644 --- a/src/util/def-check.pl +++ b/src/util/def-check.pl @@ -89,6 +89,7 @@ while (! $h->eof()) { if (/^ *extern "C" {/) { next LINE; } + s/KRB5_ATTR_DEPRECATED//; # elide struct definitions Struct1: if (/{[^}]*}/) {