diff options
| author | Paul Eggert | 2015-03-13 09:55:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-13 09:58:38 -0700 |
| commit | 2c59be9c67e50f70f0407794bfe79038ded58a72 (patch) | |
| tree | 2dbd7604f83110ac3b018cb578b95534a85b8ea4 /src/editfns.c | |
| parent | b91eafe31a524b391d5cec079cf8f36c2f9d5f30 (diff) | |
| download | emacs-2c59be9c67e50f70f0407794bfe79038ded58a72.tar.gz emacs-2c59be9c67e50f70f0407794bfe79038ded58a72.zip | |
* editfns.c, systime.h (mktime_z) [!HAVE_TZALLOC]: Now static.
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index dbcb3160b27..7c146f13e14 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -1411,7 +1411,7 @@ check_time_validity (int validity) | |||
| 1411 | /* A substitute for mktime_z on platforms that lack it. It's not | 1411 | /* A substitute for mktime_z on platforms that lack it. It's not |
| 1412 | thread-safe, but should be good enough for Emacs in typical use. */ | 1412 | thread-safe, but should be good enough for Emacs in typical use. */ |
| 1413 | #ifndef HAVE_TZALLOC | 1413 | #ifndef HAVE_TZALLOC |
| 1414 | time_t | 1414 | static time_t |
| 1415 | mktime_z (timezone_t tz, struct tm *tm) | 1415 | mktime_z (timezone_t tz, struct tm *tm) |
| 1416 | { | 1416 | { |
| 1417 | char *oldtz = getenv ("TZ"); | 1417 | char *oldtz = getenv ("TZ"); |