1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 23:20:38 +02:00

* stime.c (ftime): Delete declaration for this function --- let

the system supply it.
This commit is contained in:
Jim Blandy 1999-07-19 08:58:42 +00:00
parent ae904cfae3
commit a42f00b823

View file

@ -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