aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog19
-rw-r--r--vms/gawkmisc.vms5
-rw-r--r--vms/vms-conf.h6
3 files changed, 24 insertions, 6 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index ca3bc436..f8344654 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,22 @@
+2013-12-06 Arnold D. Robbins <arnold@skeeve.com>
+
+ * vms-conf.h (__attribute__): Removed definition from here; fixed
+ the issue in the main sources.
+
+2013-12-01 Arnold D. Robbins <arnold@skeeve.com>
+
+ * vms-conf.h (ALLOW_SWITCH): Removed. No longer used.
+ (__attribute__): Define as empty.
+
+2013-08-26 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 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 <arnold@skeeve.com>
+
+ * gawkmisc.c (init_sockets): New dummy function.
+
2013-05-27 Arnold D. Robbins <arnold@skeeve.com>
* 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)
+{
+}
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index d53976f6..575b5de6 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:"
@@ -606,7 +601,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
/*