aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vms-conf.h
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-12-23 18:26:45 +0100
committerJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-12-23 18:26:45 +0100
commitee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f (patch)
tree3945f1b3afd64a7147582611f21b7f5e59891e41 /vms/vms-conf.h
parent0ac63db595a009d1f07dba8246e52710348b0798 (diff)
parentc66f7da30bb5635957b6e68c1e1db7e77e7b4174 (diff)
downloadegawk-ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f.tar.gz
egawk-ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f.tar.bz2
egawk-ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f.zip
Merge remote-tracking branch 'origin/master' into cmake
Diffstat (limited to 'vms/vms-conf.h')
-rw-r--r--vms/vms-conf.h6
1 files changed, 0 insertions, 6 deletions
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
/*