aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:13:54 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-11 06:13:54 +0300
commit6092c101ecfd99fe59fcba000999aad9b322ba49 (patch)
tree5b8d63210d006645e73cf749416fe44dcf374e10 /vms
parente3b245bc14e812d023e589c5f6508288d7d161e4 (diff)
parentdf7f609e7de6a2d5db52dbd908767a60900565fe (diff)
downloadegawk-6092c101ecfd99fe59fcba000999aad9b322ba49.tar.gz
egawk-6092c101ecfd99fe59fcba000999aad9b322ba49.tar.bz2
egawk-6092c101ecfd99fe59fcba000999aad9b322ba49.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog4
-rw-r--r--vms/generate_config_vms_h_gawk.com3
2 files changed, 7 insertions, 0 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index cf5333fb..463751e0 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2016-04-10 John E. Malmberg <wb8tyw@qsl.net>
+
+ * generate_config_vms_h_gawk.com: define __attribute() as macro.
+
2016-02-02 John E. Malmberg <wb8tyw@qsl.net>
* descrip.mms: Add gawk_debug target.
diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com
index 805b764f..83a64636 100644
--- a/vms/generate_config_vms_h_gawk.com
+++ b/vms/generate_config_vms_h_gawk.com
@@ -291,6 +291,9 @@ $ 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
$!