aboutsummaryrefslogtreecommitdiffstats
path: root/lib/time-internal.h
diff options
context:
space:
mode:
authorAlan Mackenzie2017-02-12 10:59:03 +0000
committerAlan Mackenzie2017-02-12 10:59:03 +0000
commitf4d5b687150810129b7a1d5b006e31ccf82b691b (patch)
tree4229b13800349032697daae3904dc3773e6b7a80 /lib/time-internal.h
parentd5514332d4a6092673ce1f78fadcae0c57f7be64 (diff)
parent148100d98319499f0ac6f57b8be08cbd14884a5c (diff)
downloademacs-comment-cache.tar.gz
emacs-comment-cache.zip
Merge branch 'master' into comment-cachecomment-cache
Diffstat (limited to 'lib/time-internal.h')
-rw-r--r--lib/time-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/time-internal.h b/lib/time-internal.h
index 79cb5621991..bf22834b2e1 100644
--- a/lib/time-internal.h
+++ b/lib/time-internal.h
@@ -38,8 +38,8 @@ struct tm_zone
38 /* A sequence of null-terminated strings packed next to each other. 38 /* A sequence of null-terminated strings packed next to each other.
39 The strings are followed by an extra null byte. If TZ_IS_SET, 39 The strings are followed by an extra null byte. If TZ_IS_SET,
40 there must be at least one string and the first string (which is 40 there must be at least one string and the first string (which is
41 actually a TZ environment value value) may be empty. Otherwise 41 actually a TZ environment value) may be empty. Otherwise all
42 all strings must be nonempty. 42 strings must be nonempty.
43 43
44 Abbreviations are stored here because otherwise the values of 44 Abbreviations are stored here because otherwise the values of
45 tm_zone and/or tzname would be dead after changing TZ and calling 45 tm_zone and/or tzname would be dead after changing TZ and calling