HP-UX Reference (11i v2 07/12) - 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).
HP-UX 11i Version 2: December 2007 Update 2 Hewlett-Packard Company 385