RLINIT Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation
HP FORTRAN 77/iX Reference
RLINIT Directive
This directive causes the compiler to initialize the RL file to empty
(thus deleting all object modules) before placing any object code into
it. This occurs before compilation begins. This directive provides the
same functionality available with USLINIT in FORTRAN 77/V.
Syntax
$RLINIT
Default None. If the RLINIT directive is not used and an
RL file is the compilation target, all object
modules with entry points duplicated in the current
compilation unit are replaced; other object modules
are then left intact.
If the RLINIT directive is used without the RLFILE
directive, all program units in the current
compilation are compiled into a single object
module. If the specified target does not exist, a
file of type NMRL is created.
Location The RLINIT directive must occur before any
nondirective statements in the program.
MPE/iX 5.0 Documentation