diff options
| author | Paul Eggert | 2017-02-02 07:49:55 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-02-02 07:50:22 -0800 |
| commit | 46aa9a30095241cabef463fd01f71ce9ee50c4dc (patch) | |
| tree | 7c28ccb5f765954c760bdb750fd7b5978ef7114f /lib/time-internal.h | |
| parent | a362b56b51f49963dbb63cd318967bca9b9fef74 (diff) | |
| download | emacs-46aa9a30095241cabef463fd01f71ce9ee50c4dc.tar.gz emacs-46aa9a30095241cabef463fd01f71ce9ee50c4dc.zip | |
Merge from gnulib
2017-01-30 Port to PGI 16.10 x86-64
2017-01-20 time_rz: fix comment typo
2017-01-14 strftime: %z is -00 if unknown
This incorporates:
* doc/misc/texinfo.tex, lib/c-ctype.h, lib/strftime.c:
* lib/time-internal.h, lib/verify.h:
Copy from gnulib.
Diffstat (limited to 'lib/time-internal.h')
| -rw-r--r-- | lib/time-internal.h | 4 |
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 |