diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-13 10:58:50 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-04-13 10:58:50 +0300 |
commit | 0900989f28eb43fe5744b622a1f8ae02f53f26f0 (patch) | |
tree | 0292b1d055ba5023bc9def76dab31b42dd9f21d6 /vms/generate_config_vms_h_gawk.com | |
parent | d047b198dca5da3577f696ac868c19feb030bc7a (diff) | |
parent | 06a351f8774409db0d9c72ac4a51652f7c855c06 (diff) | |
download | egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.gz egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.tar.bz2 egawk-0900989f28eb43fe5744b622a1f8ae02f53f26f0.zip |
Merge branch 'master' into feature/cmake
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 $! |