projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb1ba1
)
Ignore KRB5_ATTR_DEPRECATED
author
Ken Raeburn
<raeburn@mit.edu>
Mon, 27 Aug 2007 23:17:21 +0000
(23:17 +0000)
committer
Ken 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
patch
|
blob
|
history
diff --git
a/src/util/def-check.pl
b/src/util/def-check.pl
index a6dd210f5e83d5654fd1b967b287a6704550fc2f..015d81204227bab7943d20e2c1f22a9a787283c5 100644
(file)
--- 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 (/{[^}]*}/) {