projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b141366
)
add !SABER to #ifdef around rcsid
author
John Kohl
<jtkohl@mit.edu>
Fri, 19 Jan 1990 15:32:30 +0000
(15:32 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 19 Jan 1990 15:32:30 +0000
(15:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@141
dc483132
-0cff-0310-8789-
dd5450dbe970
src/prototype/prototype.c
patch
|
blob
|
history
diff --git
a/src/prototype/prototype.c
b/src/prototype/prototype.c
index d696daf0686d627f0d164a93f2e7959868eee0ba..a7bff71a47fc2ba88145688d6bd6efe65b91e6db 100644
(file)
--- a/
src/prototype/prototype.c
+++ b/
src/prototype/prototype.c
@@
-10,9
+10,9
@@
* <<< Description >>>
*/
-#if
ndef lint
+#if
!defined(lint) && !defined(SABER)
static char <<< rcsid_module_c >>>[] =
"$Id$";
-#endif /*
lint
*/
+#endif /*
!lint & !SABER
*/
#include <krb5/copyright.h>