From d70ddfee4fc58b5b51a982973ce1b74b0cae92f9 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 27 Aug 2007 23:17:21 +0000 Subject: [PATCH] Ignore KRB5_ATTR_DEPRECATED ticket: 2836 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19886 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/def-check.pl | 1 + 1 file changed, 1 insertion(+) 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 (/{[^}]*}/) { -- 2.26.2