From 788ade31caf9d05dbeb8296ba853c153ae9e3ce2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 22 May 2023 19:47:28 -0400 Subject: [PATCH] Revert "newest VSI C compiler uses different predefined macro" This reverts commit 2dfe4c2a27ccfca8489f2afec35562d132678676. --- include/global.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/global.h b/include/global.h index 6c6ade501..c734ccaf7 100644 --- a/include/global.h +++ b/include/global.h @@ -166,11 +166,6 @@ typedef uchar nhsym; * Please don't change the order. It does matter. */ -#ifdef __vms -#ifndef VMS -#define VMS -#endif -#endif #ifdef VMS #include "vmsconf.h" #endif