[EMAIL PROTECTED] wrote:
> 
> That # pragma may not be recognized by other compilers and would
> need to be #ifdef VMS guarded at the very least.

The pragma statement is definitely specific to DECC.  It was offerred
strictly as a way to get it to compile correctly, not a recommended
change to the distributed source.  For that, I would try to encourage
the author not to use labels that differ only in case.

> 
> For whatever it is worth, using the s/msb/msb_/g
> and s/lsb/lsb_/g technique here is how I got Bit::Vector 6.3
> to build and test OK on VMS earleir today:

Wouldn't that cause what is supposed to be two different entry points to
become only one since the only difference in the two different routine
names is the case of the last 3 letters and you are making them the
same?

Mark Berryman

Reply via email to