1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

* 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.)
This commit is contained in:
Mikael Djurfeldt 1998-07-12 13:24:17 +00:00
parent 95f44da944
commit a199f2004b

View file

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