summaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/time.c b/time.c
index 632a9506..8f4017a1 100644
--- a/time.c
+++ b/time.c
@@ -44,12 +44,12 @@
#include "eval.h"
#include "time.h"
-#if HAVE_TM_ZONE
struct tm_wrap {
struct tm tm;
+#if HAVE_TM_ZONE
const char *zone;
-};
#endif
+};
val time_s, time_local_s, time_utc_s, time_string_s, time_parse_s;
val year_s, month_s, day_s, hour_s, min_s, sec_s, wday_s, yday_s;