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/vms-conf.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'vms/vms-conf.h') 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