diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/prototype/prototype.c | 4 |
1 files 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 <krb5/copyright.h> |
