[Info-vax] Meditech in the news

Arne Vajhøj arne at vajhoej.dk
Mon Jan 10 08:41:14 EST 2022


On 1/10/2022 7:34 AM, Craig A. Berry wrote:
> On 1/9/22 6:58 PM, Arne Vajhøj wrote:
>> # if !defined(MAC) && !defined(__WINS__) && !defined(__EPOC32__) && 
>> !defined(__CYGWIN__)
>> ->
>> # if !defined(MAC) && !defined(__WINS__) && !defined(__EPOC32__) && 
>> !defined(__CYGWIN__) && !defined(VMS)
> 
> You'll want to use __VMS rather than VMS for anything that is not VAX C.
>   I can't remember the details offhand, but I believe there are compiler
> modes that require the standards-compliant version of the macro, and the
> C++ compiler does not define "VMS".

I think this is old code.

It use:
#ifdef VMS
#if ... defined(VMS)

all over and DECSRIP.MMS has:

.../DEFINE=(VMS, ...

Arne






More information about the Info-vax mailing list