From a199f2004ba0e8e37f5e3e53c8318c16f5b07244 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 12 Jul 1998 13:24:17 +0000 Subject: [PATCH] * stime.c: Removed declaration of strptime. (It should be declared by the system headers. If it turns out that some systems don't, we'll handle that then.) (Thanks to Greg Troxel.) --- libguile/stime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/stime.c b/libguile/stime.c index 7afabe786..e93e08fc1 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -80,8 +80,6 @@ extern char *tzname[]; /* RS6000 and others reject char **tzname. */ #endif -char *strptime (); - /* This should be figured out by autoconf. */ #ifdef CLK_TCK # define CLKTCK CLK_TCK