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:
parent
1b860b61d4
commit
716c6e1fdd
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user