summaryrefslogtreecommitdiff
path: root/src/vmsify.c
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/vmsify.c
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/vmsify.c')
-rw-r--r--src/vmsify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmsify.c b/src/vmsify.c
index d539f94f..036f11bb 100644
--- a/src/vmsify.c
+++ b/src/vmsify.c
@@ -24,7 +24,7 @@ this program. If not, see <https://www.gnu.org/licenses/>. */
#include "makeint.h"
-#if VMS
+#if MK_OS_VMS
#include <unixlib.h>
#include <stdlib.h>
#include <jpidef.h>