summaryrefslogtreecommitdiff
path: root/src/job.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-01-15 18:04:36 -0500
committerPaul Smith <psmith@gnu.org>2023-01-15 18:04:36 -0500
commitceb52b5d1b10ce0f5a1ab090e1911cdde6f7d98a (patch)
tree393f7ba17b97fd53cc0933fd3d0203583553adcf /src/job.h
parentd4692df20de2db10c186d981ee04ce20487a79c3 (diff)
downloadmake-git-ceb52b5d1b10ce0f5a1ab090e1911cdde6f7d98a.tar.gz
Rename VMS macro to MK_OS_VMS
* src/makeint.h: Set MK_OS_VMS to 1 if we're on VMS. * src/*: Convert all #if references to VMS, to use MK_OS_VMS. * gl/lib/*: Ditto.
Diffstat (limited to 'src/job.h')
-rw-r--r--src/job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/job.h b/src/job.h
index 28f481ed..e0bdced2 100644
--- a/src/job.h
+++ b/src/job.h
@@ -18,7 +18,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
/* Structure describing a running or dead child process. */
-#ifdef VMS
+#if MK_OS_VMS
#define VMSCHILD \
char *comname; /* Temporary command file name */ \
int efn; /* Completion event flag number */ \