diff --git a/src/tool_vms.c b/src/tool_vms.c index 143b2f0d53..5beb89d2ec 100644 --- a/src/tool_vms.c +++ b/src/tool_vms.c @@ -26,7 +26,7 @@ #ifdef __VMS #if defined(__DECC) && !defined(__VAX) && \ - defined(__CRTL_VER) && (__CRTL_VER >= 70301000) + defined(__CRTL_VER) && (__CRTL_VER >= 70301000) #include #endif @@ -107,7 +107,7 @@ void vms_special_exit(int code, int vms_show) } #if defined(__DECC) && !defined(__VAX) && \ - defined(__CRTL_VER) && (__CRTL_VER >= 70301000) + defined(__CRTL_VER) && (__CRTL_VER >= 70301000) /* * 2004-09-19 SMS.