It is not clear if "#endif FOO" is allowed by ANSI.

Gcc 3.1 complains loudly, so don't do it.
This commit is contained in:
David E. O'Brien 2002-05-08 20:37:48 +00:00
parent 1b860b61d4
commit 716c6e1fdd
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif not lint
#endif /* not lint */
#include <stdlib.h>
#include <string.h>

View File

@ -49,7 +49,7 @@ static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif not lint
#endif /* not lint */
#include <string.h>
#include "include.h"

View File

@ -49,7 +49,7 @@ static char sccsid[] = "@(#)update.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
"$FreeBSD$";
#endif not lint
#endif /* not lint */
#include <string.h>
#include "include.h"