diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ChangeLog | 5 | ||||
-rw-r--r-- | vms/vms-conf.h | 2 |
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*/ |