From 10216cc37ad6dd9086aeacca813d3551b7c209ef Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 3 Jun 2013 19:50:22 +0300 Subject: Minor cleanups for init_socket function. --- vms/ChangeLog | 4 ++++ vms/gawkmisc.vms | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index ca3bc436..048e2e61 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,7 @@ +2013-06-03 Arnold D. Robbins + + * gawkmisc.c (init_sockets): New dummy function. + 2013-05-27 Arnold D. Robbins * vms-conf.h: Remove obsolete HAVE_ST_BLKSIZE. diff --git a/vms/gawkmisc.vms b/vms/gawkmisc.vms index 08c8fb5e..cbc59cd7 100644 --- a/vms/gawkmisc.vms +++ b/vms/gawkmisc.vms @@ -220,3 +220,8 @@ os_isatty(int fd) { return (isatty(fd) > 0); } + +void +init_sockets(void) +{ +} -- cgit v1.2.3 From 36c4110ad5d828ba74c46bb7d3c3c41c42be95ba Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 26 Aug 2013 18:55:41 +0300 Subject: Remove unnecessary RE_TOKEN_INIT_BUG stuff. --- vms/ChangeLog | 5 +++++ vms/vms-conf.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index 048e2e61..8dc413dd 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,8 @@ +2013-08-26 Arnold D. Robbins + + * vms-conf.h (RE_TOKEN_INIT_BUG): Remove define (change of + Feb 19 2005) since it's no longer needed. + 2013-06-03 Arnold D. Robbins * gawkmisc.c (init_sockets): New dummy function. diff --git a/vms/vms-conf.h b/vms/vms-conf.h index d53976f6..84346a8d 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -606,7 +606,6 @@ #endif /* #define YYDEBUG 0 */ #define NO_MBSUPPORT /* VAX C's preprocessor can't handle mbsupport.h */ -#define RE_TOKEN_INIT_BUG /* regcomp.c */ #endif /* -- cgit v1.2.3 From 8067e43cf0c77c53e1a8eb5e2014f26ff5e68c59 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 3 Dec 2013 22:07:59 +0200 Subject: Fixes in vms/vms-conf.h. --- vms/ChangeLog | 5 +++++ vms/vms-conf.h | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index 8dc413dd..18d70b5c 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,8 @@ +2013-12-01 Arnold D. Robbins + + * vms-conf.h (ALLOW_SWITCH): Removed. No longer used. + (__attribute__): Define as empty. + 2013-08-26 Arnold D. Robbins * vms-conf.h (RE_TOKEN_INIT_BUG): Remove define (change of diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 84346a8d..60464f06 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -28,9 +28,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -/* switch statements are enabled in awk programs */ -#undef ALLOW_SWITCH - #if 0 /* no longer used */ /* Define to 1 if using alloca.c. */ #define C_ALLOCA 1 @@ -553,8 +550,6 @@ /* Gawk configuration options. */ /*******************************/ -#define ALLOW_SWITCH 1 - /* * DEFPATH * VMS: "/AWK_LIBRARY" => "AWK_LIBRARY:" @@ -678,6 +673,8 @@ #include "vms/redirect.h" #undef IN_CONFIG_H +#define __attribute__(x) + #endif /*"custom.h"*/ #endif /*CONFIG_H*/ -- cgit v1.2.3 From c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 7 Dec 2013 19:05:03 +0200 Subject: Further compilation fixes, VMS and Z/OS. --- vms/ChangeLog | 5 +++++ vms/vms-conf.h | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'vms') diff --git a/vms/ChangeLog b/vms/ChangeLog index 18d70b5c..f8344654 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,8 @@ +2013-12-06 Arnold D. Robbins + + * vms-conf.h (__attribute__): Removed definition from here; fixed + the issue in the main sources. + 2013-12-01 Arnold D. Robbins * vms-conf.h (ALLOW_SWITCH): Removed. No longer used. diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 60464f06..575b5de6 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -673,8 +673,6 @@ #include "vms/redirect.h" #undef IN_CONFIG_H -#define __attribute__(x) - #endif /*"custom.h"*/ #endif /*CONFIG_H*/ -- cgit v1.2.3