gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5584-gdae1e158


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.3-stable, updated. gawk-4.1.0-5584-gdae1e158
Date: Wed, 11 Dec 2024 04:33:56 -0500 (EST)

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-5.3-stable has been updated
       via  dae1e1586105413906941c133fb525e03dcd707c (commit)
      from  0fc49ebbb63540947bce89818bd82dbf3186ddc8 (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=dae1e1586105413906941c133fb525e03dcd707c

commit dae1e1586105413906941c133fb525e03dcd707c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed Dec 11 11:33:35 2024 +0200

    Remove left over Tandem bits.

diff --git a/ChangeLog b/ChangeLog
index 4434aa91..fa54e19f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-11         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * awk.h: Remove accidentally left-over Tandem bits.
+
 2024-10-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        * floatcomp.c (adjust_uint): Add commentary.
diff --git a/awk.h b/awk.h
index 683a90c2..5ad3b19d 100644
--- a/awk.h
+++ b/awk.h
@@ -30,23 +30,11 @@
  * any system headers.  Otherwise, extreme death, destruction
  * and loss of life results.
  */
-#if defined(_TANDEM_SOURCE)
-/*
- * config.h forces this even on non-tandem systems but it
- * causes problems elsewhere if used in the check below.
- * so workaround it. bleah.
- */
-#define tandem_for_real        1
-#endif
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#if defined(tandem_for_real) && ! defined(_SCO_DS)
-#define _XOPEN_SOURCE_EXTENDED 1
-#endif
-
 #include <stdio.h>
 #include <assert.h>
 #include <limits.h>

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

Summary of changes:
 ChangeLog |  4 ++++
 awk.h     | 12 ------------
 2 files changed, 4 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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