aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-07 19:05:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-07 19:05:03 +0200
commitc0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b (patch)
treee43c63c1c46ab05b9fd3987fd23222251c47cb09 /vms
parent70c5bdd817c0dc7cbdd95f9e2c04639ffecb1e61 (diff)
downloadegawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.tar.gz
egawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.tar.bz2
egawk-c0c2b9f5571b9c01e7fd3dd7553ecb9a3870756b.zip
Further compilation fixes, VMS and Z/OS.
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog5
-rw-r--r--vms/vms-conf.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 18d70b5c..f8344654 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,8 @@
+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.
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index 60464f06..575b5de6 100644
--- a/vms/vms-conf.h
+++ b/vms/vms-conf.h
@@ -673,8 +673,6 @@
#include "vms/redirect.h"
#undef IN_CONFIG_H
-#define __attribute__(x)
-
#endif /*"custom.h"*/
#endif /*CONFIG_H*/