This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran-experiments] Bind(c) first experiences
On Wed, Jan 17, 2007 at 11:52:39AM -0700, Christopher D. Rickett wrote:
>
> > What is actually the procedure for applying patches to the branch?
>
> i'm not sure. i create a diff with svn and submit it to the list. is
> there anything else i need to be doing?
Create a ChangeLog.iso_c_binding entry.
> > +static void gen_special_c_interop_ptrs (const char *kinds[],
> > + const char *module_name)
> >
> > If you use
> >
> > +static void
> > +gen_special_c_interop_ptrs (const char *kinds[],
> >
> > one can grep for ^gen_special_c_interop_ptrs to find the function
> > itself (and not the use of the function). This seems to be the coding
> > convention in gfortran.
>
> thanks. i'll change that too.
>
Tobias, you are correct about the coding style.
--
Steve