Adapts programs originally written with Digital Equipment Corporations's PL/I Compiler for the VAX platform.
Adaptations are as follows:
- Enables Float Binary(24) as equivalent to Float Binary(23).
- Enables Float Binary(53) as equivalent to Float Binary(52).
- Causes the BINARY attribute to be assumed if the FIXED attribute is specified without BINARY or DECIMAL.
Dependency
Implies the
-proto compiler option.