diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-01 06:47:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-01 06:47:59 -0700 |
commit | 1ca63aa729fa420316defc4771deb3695fef5755 (patch) | |
tree | d3558b3f55c68b553df095b6d90ffe3493906527 /lib.c | |
parent | 4f5154e6e22f133edf3a43b61eb44e789c425c45 (diff) | |
download | txr-1ca63aa729fa420316defc4771deb3695fef5755.tar.gz txr-1ca63aa729fa420316defc4771deb3695fef5755.tar.bz2 txr-1ca63aa729fa420316defc4771deb3695fef5755.zip |
Remove useless comment that contains two typos.
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -7442,10 +7442,6 @@ val time_sec_usec(void) } #if !HAVE_GMTIME_R -/* - * Ugly hacks for MingW, which uses the Microsft C Run Time Library, - * whic in turn is stuck in the Dark Ages * without _r functions. - */ struct tm *gmtime_r(const time_t *timep, struct tm *result); struct tm *localtime_r(const time_t *timep, struct tm *result); |