diff options
author | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
---|---|---|
committer | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
commit | 68e8a8a5bb52a3db4971204e2e23cab2eb29097b (patch) | |
tree | 4e62b6575697b524376380313bbe2efe49763676 /vms/generate_config_vms_h_gawk.com | |
parent | a5dd80bb2b2ad33e0397b48d0ab2b220ed040f9e (diff) | |
download | egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.gz egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.bz2 egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.zip |
Fixes for building on OpenVMS
Diffstat (limited to 'vms/generate_config_vms_h_gawk.com')
-rw-r--r-- | vms/generate_config_vms_h_gawk.com | 4 |
1 files changed, 1 insertions, 3 deletions
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 |