HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)
__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
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 1−−966 − 2 − HP-UX Release 11i: December 2000
___
___