HP-UX Reference (11i v2 03/08) - 1 User Commands N-Z (vol 2)

u
unifdef(1) unifdef(1)
100 CONTINUE
#endif
END
The command sequence:
unifdef -DANSI77 -UDEBUG -DTEST foo.f > /tmp/foo.f
produces the following result in file /tmp/foo.f
:
PROGRAM TEST1
INTEGER I, J
DO I=1,10
J=J+1
PRINT *,J
ENDDO
END
WARNINGS
Any symbol name defined in the file must be specified in the
unifdef command line; otherwise, unif-
def will ignore the line.
AUTHOR
unifdef was developed in the public domain.
SEE ALSO
cpp(1).
Section 1920 Hewlett-Packard Company 2 HP-UX 11i Version 2: August 2003