gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-803


From: John Malmberg
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-803-g9f018b2
Date: Wed, 27 Jan 2016 13:52:45 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.1-stable has been updated
       via  9f018b2f0e72476dc29b9f35d8ba4c93e5e2c4db (commit)
      from  39138de63889a40662461aeca6ac146ccaef90ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=9f018b2f0e72476dc29b9f35d8ba4c93e5e2c4db

commit 9f018b2f0e72476dc29b9f35d8ba4c93e5e2c4db
Author: John Malmberg <address@hidden>
Date:   Wed Jan 27 07:48:07 2016 -0600

    Add missing TIME_T_UNSIGNED macro.

diff --git a/vms/ChangeLog b/vms/ChangeLog
index 43f4278..68eda2f 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,9 @@
+2016-01-27         John E. Malmberg      <address@hidden>
+
+       * generate_config_vms_h_gawk.com: Add missing define
+         for macro TIME_T_UNSIGNED.  Remove supression of
+         complier message.
+
 2016-01-24         John E. Malmberg      <address@hidden>
 
        * vmstest.com: updates
diff --git a/vms/generate_config_vms_h_gawk.com 
b/vms/generate_config_vms_h_gawk.com
index 16d2d5b..805b764 100644
--- a/vms/generate_config_vms_h_gawk.com
+++ b/vms/generate_config_vms_h_gawk.com
@@ -288,7 +288,7 @@ $ write cvh "    }"
 $ write cvh "    decc$exit(vms_status);"
 $ write cvh "}"
 $ write cvh ""
-$ write cvh "#pragma message disable questcompare
+$ write cvh "#define TIME_T_UNSIGNED 1"
 $ write cvh "#include ""custom.h"""
 $ write cvh ""
 $!

-----------------------------------------------------------------------

Summary of changes:
 vms/ChangeLog                      |    6 ++++++
 vms/generate_config_vms_h_gawk.com |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]