From 94ba00dd81d45df42f8e3d796601f1a0a4009107 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Thu, 18 Feb 1988 09:01:20 -0500 Subject: [PATCH] standardization SCCS-file: asctime.c SCCS-SID: 3.6 --- asctime.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/asctime.c b/asctime.c index 1f1eb57..ed7f47a 100644 --- a/asctime.c +++ b/asctime.c @@ -10,16 +10,6 @@ static char elsieid[] = "%W%"; #include "time.h" #include "tzfile.h" -#ifndef MODERN - -#define const - -#ifndef USG -extern char * sprintf(); -#endif /* !defined USG */ - -#endif /* !defined MODERN */ - /* ** A la X3J11 */