From a623b0fa7d49cac6be1cc7d68709904c152ff96a Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Wed, 17 Feb 1988 20:07:35 -0500 Subject: [PATCH] yet more work SCCS-file: asctime.c SCCS-SID: 3.4 --- asctime.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/asctime.c b/asctime.c index 2973808..32a7c07 100644 --- a/asctime.c +++ b/asctime.c @@ -4,16 +4,18 @@ #include "stdio.h" -#if !defined lint && !defined NOID +#ifndef lint +#ifndef NOID static char elsieid[] = "%W%" -#endif /* !defined lint && !defined NOID */ +#endif /* !defined NOID */ +#endif /* !defined lint */ #include "time.h" #include "tzfile.h" -#if !defined __STDC__ +#ifndef __STDC__ #define const -#if !defined USG +#ifndef USG extern char * sprintf(); #endif /* !defined USG */ #endif /* !defined __STDC__ */