aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:50 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:50 +0300
commit0900989f28eb43fe5744b622a1f8ae02f53f26f0 (patch)
tree0292b1d055ba5023bc9def76dab31b42dd9f21d6 /vms
parentd047b198dca5da3577f696ac868c19feb030bc7a (diff)
parent06a351f8774409db0d9c72ac4a51652f7c855c06 (diff)
downloadegawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.gz
egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.bz2
egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.zip
Merge branch 'master' into feature/cmake
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 b642248e..76d9a626 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,7 @@
+2015-04-08 John E. Malmberg <wb8tyw@qsl.net>
+
+ * generate_config_vms_h_gawk.com: Add custom.h include.
+
2015-04-07 Arnold D. Robbins <arnold@skeeve.com>
* vmsbuild.com, descrip.mms: Bump patchlevel.
diff --git a/vms/generate_config_vms_h_gawk.com b/vms/generate_config_vms_h_gawk.com
index 12d3d6cf..eff43d78 100644
--- a/vms/generate_config_vms_h_gawk.com
+++ b/vms/generate_config_vms_h_gawk.com
@@ -287,6 +287,9 @@ $ write cvh " vms_status |= STS$K_SUCCESS;"
$ write cvh " }"
$ write cvh " decc$exit(vms_status);"
$ write cvh "}"
+$ write cvh ""
+$ write cvh "#include ""custom.h"""
+$ write cvh ""
$!
$! Close out the file
$!