1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

(mktime): Fix typo in previous patch.

This commit is contained in:
Paul Eggert 1996-09-03 18:08:27 +00:00
parent 57a6d773a8
commit 65adbc85ce

View file

@ -193,7 +193,7 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_AIX_SMT_EXP
#undef HAVE_MKTIME
#if HAVE_MKTIME && ! defined (_NEXT_SOURCE)
#if ! HAVE_MKTIME || defined (_NEXT_SOURCE)
#define mktime emacs_mktime
#endif