From: John Kohl Date: Thu, 18 Jan 1990 15:05:08 +0000 (+0000) Subject: use /* */ for comments on #endif X-Git-Tag: krb5-1.0-alpha2~1260 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6063721804c09a97108bbfa372bb9caf29b9e5b7;p=krb5.git use /* */ for comments on #endif git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@122 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 9ee6b257f..d696daf06 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -13,6 +13,6 @@ #ifndef lint static char <<< rcsid_module_c >>>[] = "$Id$"; -#endif lint +#endif /* lint */ #include