Re: Can Fortran Use This C Variable Directly Via "external" Decl?



In article <t9idnVSJHsUxH6beRVn-hA@xxxxxxxxxxx>,
glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx> wrote:

> I don't know what happens when you have a variable the same
> name as as external statement.

I do. That one's easy. It won't compile. Checking that prediction..

NAG
Error: clf.f90, line 3: Inappropriate use of symbol TRY_IT

g95
Error: Expected 'try_it' at (1) to be a VARIABLE

--
Richard Maine | Good judgment comes from experience;
email: my first.last at org.domain | experience comes from bad judgment.
org: nasa, domain: gov | -- Mark Twain
.



Relevant Pages