home *** CD-ROM | disk | FTP | other *** search
- From: bobm@hpfcso.FC.HP.COM (Bob Montgomery)
- Date: Fri, 22 Jan 1993 22:46:54 GMT
- Subject: Re: fortran preprocessor?
- Message-ID: <7371535@hpfcso.FC.HP.COM>
- Organization: Hewlett-Packard, Fort Collins, CO, USA
- Path: sparky!uunet!usc!sdd.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!bobm
- Newsgroups: comp.sys.hp
- References: <suplick.727730735@bach>
- Lines: 14
-
- In comp.sys.hp, suplick@convex.com (Jean Suplick) writes:
-
- > Is there a preprocessor on the HP that takes fortran code? It should
- > be able to process the usual #DEFINE and #IFDEF kinds of things.
-
- From the 9.0 f77(1) man page:
-
- + Arguments that end with .F are processed by the C
- preprocessor, with the output written to a temporary file.
- The file is then compiled and removed.
-
- This feature is new with release 9.0.
-
- Bob Montgomery, HP
-