Ignore KRB5_ATTR_DEPRECATED
authorKen Raeburn <raeburn@mit.edu>
Mon, 27 Aug 2007 23:17:21 +0000 (23:17 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 27 Aug 2007 23:17:21 +0000 (23:17 +0000)
ticket: 2836
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19886 dc483132-0cff-0310-8789-dd5450dbe970

src/util/def-check.pl

index a6dd210f5e83d5654fd1b967b287a6704550fc2f..015d81204227bab7943d20e2c1f22a9a787283c5 100644 (file)
@@ -89,6 +89,7 @@ while (! $h->eof()) {
     if (/^ *extern "C" {/) {
         next LINE;
     }
+    s/KRB5_ATTR_DEPRECATED//;
     # elide struct definitions
   Struct1:
     if (/{[^}]*}/) {