[Cobolforgcc-devel] Re: GCC and COBOL
Status: Pre-Alpha
Brought to you by:
timjosling
From: Tim J. <te...@me...> - 2001-06-01 20:15:52
|
Yes send patches Tim Josling Keisuke Nishida wrote: > > At Fri, 01 Jun 2001 06:56:52 +1000, > Tim Josling wrote: > > > > I have talked to the gcc people about incorporating it into GCC. > > I am following their coding standards etc to make that possible > > and I also have a copyright assignment to the FSF and disclaimer > > from my employer to that end. > > It seems that your code does not follow GNU's C coding style > in some places. For example, > > Your code GNU > > void* foo --> void *foo > foo(bar) --> foo (bar) > x=y --> x = y > > May I fix them? > > Keisuke |