]> git.eshelyaron.com Git - emacs.git/commitdiff
(LOCALTIME_CACHE, tzset): New macros.
authorPaul Eggert <eggert@twinsun.com>
Wed, 20 Sep 1995 03:27:58 +0000 (03:27 +0000)
committerPaul Eggert <eggert@twinsun.com>
Wed, 20 Sep 1995 03:27:58 +0000 (03:27 +0000)
src/s/msdos.h

index d52f9bb9d3d1c1ae1973cf84ce98201eb10145ad..956af45c5bffca80a371be8d08a057f7e41e9bd9 100644 (file)
@@ -206,6 +206,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define IS_DIRECTORY_SEP(_c_) ((_c_) == '/' || (_c_) == '\\')
 #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_) || IS_DEVICE_SEP (_c_))
 
+/* Call init_gettimeofday when TZ changes.  */
+#define LOCALTIME_CACHE
+#define tzset init_gettimeofday
+
 /* bcopy under djgpp is quite safe */
 #define GAP_USE_BCOPY
 #define BCOPY_UPWARD_SAFE 1