From 02301adeeb1b2bffd6952ffdf20f77e148d11edb Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 19 Jan 1990 15:32:30 +0000 Subject: [PATCH] add !SABER to #ifdef around rcsid git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@141 dc483132-0cff-0310-8789-dd5450dbe970 --- src/prototype/prototype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index d696daf06..a7bff71a4 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -10,9 +10,9 @@ * <<< Description >>> */ -#ifndef lint +#if !defined(lint) && !defined(SABER) static char <<< rcsid_module_c >>>[] = "$Id$"; -#endif /* lint */ +#endif /* !lint & !SABER */ #include -- 2.26.2