This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Include statement in your gnu free fortran 77 compiler
- From: Ian Lance Taylor <iant at google dot com>
- To: <gjalkanen at pasty dot net>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 26 Aug 2009 17:26:58 -0700
- Subject: Re: Include statement in your gnu free fortran 77 compiler
- References: <20090826212742.EDBA127A6A5@mail.pasty.com>
<gjalkanen@pasty.net> writes:
> I have a quick question on the useage of your gnu free
> fortran compiler. I have written fortran code for
> microsoft fortran compiler version 5.1 and use an include
> statement in my code. In this compiler, the include
> statement starts with a $ letter. I think they call these
> commands metacommands. Is this the same in your gnu free
> fortran compiler, or is the include statement just
> include "filename.ext" with filename.ext the include file
> to be inserted into the code at this location.
This question is not appropriate for the gcc@gcc.gnu.org mailing list.
Please take any followups to gcc-help@gcc.gnu.org or
fortran@gcc.gnu.org. Thanks.
I believe that GNU fortran does not use a $ prefix.
Ian