Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Question about Fortran free vs fixed format parsing


Jeff
A second question
The file extensions table at the link you provided describes C preprocessor support for some file extensions using free format source. Is C preprocessor format linited to free form only or is fixed form supported too, and if so, for what file extensions?

Thanks
Dave


Re: [ptp-dev] Question about Fortran free vs fixed format parsing

Jeffrey Overbey to: Parallel Tools Platform general developers
02/06/2012 11:21 AM

Sent by: ptp-dev-bounces@xxxxxxxxxxx

Please respond to Parallel Tools Platform general developers







Hi Dave,

> What controls whether the source in a Fortran editor is parsed by fixed
> format or free format source file rules? Is it by file extension

Yes, it's by filename extension.  The Source Form project properties
allow you to change what filename extensions are associated with free
vs. fixed form; the defaults are similar to most Fortran compilers.

> Is there a description somewhere

The relevant documentation is here:
<http://wiki.eclipse.org/PTP/photran/documentation/photran7#Configuring_Source_Forms_and_Filename_Extensions>

Jeff
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top