From: John Kohl Date: Fri, 19 Jan 1990 15:32:30 +0000 (+0000) Subject: add !SABER to #ifdef around rcsid X-Git-Tag: krb5-1.0-alpha2~1242 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02301adeeb1b2bffd6952ffdf20f77e148d11edb;p=krb5.git add !SABER to #ifdef around rcsid git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@141 dc483132-0cff-0310-8789-dd5450dbe970 --- 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