unifdef.1 (2010 09)
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).
2 Hewlett-Packard Company − 2 − HP-UX 11i Version 3: September 2010