changeset 38854:4065d8261e26

mktime: port to OpenVMS Problem reported by John E. Malmberg in: https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html * m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 21 Sep 2017 21:39:59 -0700
parents 8fc7fd3fb410
children 0346a03455cb
files ChangeLog m4/mktime.m4
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 21 06:57:16 2017 -0700
+++ b/ChangeLog	Thu Sep 21 21:39:59 2017 -0700
@@ -1,3 +1,10 @@
+2017-09-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+	mktime: port to OpenVMS
+	Problem reported by John E. Malmberg in:
+	https://lists.gnu.org/archive/html/bug-gnulib/2017-09/msg00100.html
+	* m4/mktime.m4 (TIME_T_IS_SIGNED): Default to 0.
+
 2017-09-16  Paul Eggert  <eggert@cs.ucla.edu>
 
 	manywarnings: port to GCC on 64-bit MS-Windows
--- a/m4/mktime.m4	Thu Sep 21 06:57:16 2017 -0700
+++ b/m4/mktime.m4	Thu Sep 21 21:39:59 2017 -0700
@@ -1,4 +1,4 @@
-# serial 29
+# serial 30
 dnl Copyright (C) 2002-2003, 2005-2007, 2009-2017 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -55,6 +55,10 @@
 # include <signal.h>
 #endif
 
+#ifndef TIME_T_IS_SIGNED
+# define TIME_T_IS_SIGNED 0
+#endif
+
 /* Work around redefinition to rpl_putenv by other config tests.  */
 #undef putenv