home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!paladin.american.edu!darwin.sura.net!aplcen.apl.jhu.edu!wb3ffv!ka3ovk!nstar!ipact!lakia
- From: lakia@ipact.com
- Newsgroups: comp.lang.fortran
- Subject: Re: Variable seperator for F77 code.
- Message-ID: <1992Jul22.091833.88@ipact.com>
- Date: 22 Jul 92 09:18:33 CDT
- References: <20JUL92.14460039@wl.aecl.ca>
- Organization: IPACT, Valparaiso IN
- Lines: 24
-
- In article <20JUL92.14460039@wl.aecl.ca>, zinckt@wl.aecl.ca writes:
- > Hell0 -
- >
- > I am looking for code which produces a list of variable names from inputed
- > F77 code. I as using F77 on VAX/VMS. I thought I would ask the net before I
- > write one myself.
- >
- > Thanx in advance.
- >
- > Tom.
- >
- > ----------------------
- > T.R.A. Zinck
- > Atomic Energy of Canada Limited
- > Whiteshell Labs, Pinawa
- > Manitoba, Canada
- > email: zinckt@wl.aecl.ca
- >
- Why not just look at the listing map from a FORTRAN compile.
- You would need to not specify "IMPLICIT NONE" otherwise you
- would get all of the undefined references. The Fortran map would
- tell you what named commons, if it is passed, and if it is external
- (which might mean that it needs to be declared as a function).
- - Earl
-