[Fortran-experiments] Bind(c) first experiences

Christopher D. Rickett crickett@lanl.gov
Wed Jan 17 21:40:00 GMT 2007



On Wed, 17 Jan 2007, Steve Kargl wrote:

> 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.

i think i've been doing this.  

> 
> > > +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.

i'll make these changes after my other patches are applied so that it is 
easy to review.

Chris



More information about the Fortran mailing list