add !SABER to #ifdef around rcsid
authorJohn Kohl <jtkohl@mit.edu>
Fri, 19 Jan 1990 15:32:30 +0000 (15:32 +0000)
committerJohn 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

index d696daf0686d627f0d164a93f2e7959868eee0ba..a7bff71a47fc2ba88145688d6bd6efe65b91e6db 100644 (file)
@@ -10,9 +10,9 @@
  * <<< Description >>>
  */
 
-#ifndef        lint
+#if !defined(lint) && !defined(SABER)
 static char <<< rcsid_module_c >>>[] =
 "$Id$";
-#endif /* lint */
+#endif /* !lint & !SABER */
 
 #include <krb5/copyright.h>