3B2 cpp #ifdef + #include
Leslie Mikesell
les at chinet.UUCP
Fri Apr 1 07:21:44 AEST 1988
>| believe that the warning produced by
>| #ifdef vms
>| #ifdef foo$bar /* a valid name, in VMS */
>| #endif
>| #endif
In the case of the 3B2 compiler, this will give a
"bad include syntax"
error regardless of the contents of the filename. Anything not
inside of quotes or <>'s will give this error (in spite of the
fact that it is inside of a false #ifdef). Does VMS require the
filename to be unquoted?
Les Mikesell
More information about the Comp.lang.c
mailing list