aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-08-26 18:55:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-08-26 18:55:41 +0300
commit36c4110ad5d828ba74c46bb7d3c3c41c42be95ba (patch)
tree9a88ed7f13250a8c16c82d5640d4c28a60d9ef49 /vms
parent84f6bcd255d10b593298e0408011e9f03d1ab18c (diff)
downloadegawk-36c4110ad5d828ba74c46bb7d3c3c41c42be95ba.tar.gz
egawk-36c4110ad5d828ba74c46bb7d3c3c41c42be95ba.tar.bz2
egawk-36c4110ad5d828ba74c46bb7d3c3c41c42be95ba.zip
Remove unnecessary RE_TOKEN_INIT_BUG stuff.
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog5
-rw-r--r--vms/vms-conf.h1
2 files changed, 5 insertions, 1 deletions
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 <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.
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
/*