Re: Structure of large link libraries in f95



Gary L. Scott <garyscott@xxxxxxx> wrote:


I guess by definition, subroutine/function source code in the same file
as and compiled together with the main are actually "external". I would
have thought that that should be sufficient to consider them "internal".
No contains statement should be required (oops there's that file scope
thingy again).

Not only doesn't the Fortran standard have file scope, it doesn't even
have the concept of a source file at all. The source code is just a
sequence of lines.

--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.



Relevant Pages