From a42f00b82340b0f60dbc1eed7ee7d90867b822d9 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Jul 1999 08:58:42 +0000 Subject: [PATCH] * stime.c (ftime): Delete declaration for this function --- let the system supply it. --- libguile/stime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libguile/stime.c b/libguile/stime.c index a99c19d80..80d3d5d68 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -122,8 +122,6 @@ extern int errno; #ifdef HAVE_FTIME -extern int ftime (struct timeb *); - struct timeb scm_your_base = {0}; SCM_PROC(s_get_internal_real_time, "get-internal-real-time", 0, 0, 0, scm_get_internal_real_time); SCM