Re: c-parser.c replace error() by error_at()

2014-02-20 Thread Joseph S. Myers
On Thu, 20 Feb 2014, Prathamesh Kulkarni wrote: > On Wed, Feb 19, 2014 at 11:32 PM, Joseph S. Myers > wrote: > > On Wed, 19 Feb 2014, Prathamesh Kulkarni wrote: > > > >> I have sent it attached this time. > > > > Thanks, this version is OK. Please start the copyright assignment > > paperwork pro

Re: c-parser.c replace error() by error_at()

2014-02-20 Thread Prathamesh Kulkarni
On Wed, Feb 19, 2014 at 11:32 PM, Joseph S. Myers wrote: > On Wed, 19 Feb 2014, Prathamesh Kulkarni wrote: > >> I have sent it attached this time. > > Thanks, this version is OK. Please start the copyright assignment > paperwork process if you haven't already done so, if you may be > contributing

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Marek Polacek
On Wed, Feb 19, 2014 at 06:02:23PM +, Joseph S. Myers wrote: > On Wed, 19 Feb 2014, Prathamesh Kulkarni wrote: > > > I have sent it attached this time. > > Thanks, this version is OK. Please start the copyright assignment > paperwork process if you haven't already done so, if you may be >

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Joseph S. Myers
On Wed, 19 Feb 2014, Prathamesh Kulkarni wrote: > I have sent it attached this time. Thanks, this version is OK. Please start the copyright assignment paperwork process if you haven't already done so, if you may be contributing more changes in future. http://git.savannah.gnu.org/cgit/gnulib.g

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Prathamesh Kulkarni
On Wed, Feb 19, 2014 at 9:41 PM, Marek Polacek wrote: > On Wed, Feb 19, 2014 at 08:45:04PM +0530, Prathamesh Kulkarni wrote: >> Index: gcc/c/c-parser.c >> === >> --- gcc/c/c-parser.c (revision 207700) >> +++ gcc/c/c-parser.c (working

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Marek Polacek
On Wed, Feb 19, 2014 at 08:45:04PM +0530, Prathamesh Kulkarni wrote: > Index: gcc/c/c-parser.c > === > --- gcc/c/c-parser.c (revision 207700) > +++ gcc/c/c-parser.c (working copy) > @@ -2223,7 +2223,7 @@ c_parser_declspecs (c_parser *p

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Prathamesh Kulkarni
On Wed, Feb 19, 2014 at 7:56 PM, Marek Polacek wrote: > On Wed, Feb 19, 2014 at 07:43:56PM +0530, Prathamesh Kulkarni wrote: >> Index: gcc/testsuite/gcc.dg/decl-9.c >> === >> --- gcc/testsuite/gcc.dg/decl-9.c (revision 207700) >> +++

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Marek Polacek
On Wed, Feb 19, 2014 at 07:43:56PM +0530, Prathamesh Kulkarni wrote: > Index: gcc/testsuite/gcc.dg/decl-9.c > === > --- gcc/testsuite/gcc.dg/decl-9.c (revision 207700) > +++ gcc/testsuite/gcc.dg/decl-9.c (working copy) > @@ -30,3 +30,1

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Prathamesh Kulkarni
On Wed, Feb 19, 2014 at 7:01 PM, Marek Polacek wrote: > On Wed, Feb 19, 2014 at 06:05:12PM +0530, Prathamesh Kulkarni wrote: >> Replace calls to error() by error_at(). >> >> * c-parser.c (c_parser_declspecs): replace call to error () by error_at () > > "Replace", drop ()'s, full stop at the end. >

Re: c-parser.c replace error() by error_at()

2014-02-19 Thread Marek Polacek
On Wed, Feb 19, 2014 at 06:05:12PM +0530, Prathamesh Kulkarni wrote: > Replace calls to error() by error_at(). > > * c-parser.c (c_parser_declspecs): replace call to error () by error_at () "Replace", drop ()'s, full stop at the end. > * c-parser.c (c_parser_parameter_declaration): Likewise Ful