diff options
Diffstat (limited to 'vms')
-rw-r--r-- | vms/ChangeLog | 5 | ||||
-rw-r--r-- | vms/generate_config_vms_h_gawk.com | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog index 52b1433b..44f13a52 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,8 @@ +2019-01-09 John E. Malmberg <wb8tyw@qsl.net> + + * generate_config_h_vms_gawk.com: remove unused + definition for __attribute(a) + 2018-08-07 John E. Malmberg <wb8tyw@qsl.net> * vmstest.com: Fixes for back89, gsubtst5, and fsbs diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com index 8edf55d7..b0d1ed1b 100644 --- a/vms/generate_config_vms_h_gawk.com +++ b/vms/generate_config_vms_h_gawk.com @@ -13,7 +13,7 @@ $! This generates a []config.h file and also a config_vms.h file, $! which is used to supplement that file. $! $! -$! Copyright (C) 2014, 2016 the Free Software Foundation, Inc. +$! Copyright (C) 2014, 2016, 2019 the Free Software Foundation, Inc. $! $! This file is part of GAWK, the GNU implementation of the $! AWK Progamming Language. @@ -301,8 +301,6 @@ $ write cvh "" $ write cvh "#define TIME_T_UNSIGNED 1" $ write cvh "#include ""custom.h""" $ write cvh "" -$ write cvh "#define __attribute(a)" -$ write cvh "" $ $! $! Close out the file |