diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:14:11 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-09 11:14:11 +0300 |
commit | 6bc00aa2ab7130100410aff99121fd560325f9cb (patch) | |
tree | 0f6a58e5926a56d13db5dffd82e9e456eb7f39fe /vms/generate_config_vms_h_gawk.com | |
parent | f930a62c2dc2e4c6415b4ddd36cede366217b0ed (diff) | |
download | egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.tar.gz egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.tar.bz2 egawk-6bc00aa2ab7130100410aff99121fd560325f9cb.zip |
VMS build and compilation fixes.
Diffstat (limited to 'vms/generate_config_vms_h_gawk.com')
-rw-r--r-- | vms/generate_config_vms_h_gawk.com | 3 |
1 files changed, 3 insertions, 0 deletions
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 $! |