diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-03 22:14:12 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-03 22:14:12 +0200 |
commit | b011990439cbb5dfc01ceb23a32c2ab13ab7de61 (patch) | |
tree | 88041995582c92a21c74a515c65df145283972c5 /vms/vms-conf.h | |
parent | a6a0845cddb30bbe273b3f3cba2ce7fb54c3ae06 (diff) | |
parent | 7bc4e38b948e20f3d72e06662691a527a50eecbf (diff) | |
download | egawk-b011990439cbb5dfc01ceb23a32c2ab13ab7de61.tar.gz egawk-b011990439cbb5dfc01ceb23a32c2ab13ab7de61.tar.bz2 egawk-b011990439cbb5dfc01ceb23a32c2ab13ab7de61.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r-- | vms/vms-conf.h | 7 |
1 files changed, 2 insertions, 5 deletions
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*/ |