4.2.37 ‘-np’: Print semicolons [FORTRAN] (FWEAVE)

Although the FORTRAN input driver automatically terminates logical lines with semicolons (FORTRAN-77; see -n;’: Supply automatic semicolons [FORTRAN]) or pseudo-semicolons (FORTRAN-90; see -n@;’: Supply automatic pseudo-semicolons [FORTRAN]) so that the innards of FWEAVE can process them correctly, the semicolons are not printed by default. To make actual semicolons be printed, use the ‘-np’ option.

-np’ is turned on automatically for free-format FORTRAN-90 when ‘-n@;’ is in effect (the default). For more discussion, see -n;’: Supply automatic semicolons [FORTRAN].