1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(LOCALTIME_CACHE, tzset): New macros.

This commit is contained in:
Paul Eggert 1995-09-20 03:27:58 +00:00
parent 70b13a6cc9
commit 6b8ac9d289

View 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