Hello, I am sorry, my editor (vim) was not correctly configure (I used http://gcc.gnu.org/ml/gcc/2011-03/msg00425.html to improve it). I guess it is ok now. If I still have issue, I will post on the mailing list if there is some tips for vim otherway I will use Emacs (I am not very comfortable with it for now ;). Pierre Vittet On 03/06/2011 17:47, Basile Starynkevitch wrote: > On Fri, 03 Jun 2011 17:31:25 +0200 > Pierre Vittet wrote: > > >> Thank you for your answer! >> >> I send you a new patch >> I have corrected the errors you raised. >> >> I have make my patch compatible with the old use of c_register_pragma >> and c_register_pragma_with_expansion. >> > I find the patch quite interesting, but I cannot approve it. > > void > +c_register_pragma_with_expansion_and_data (const char *space, const char *name, > + pragma_handler_2arg handler, > + void * data) > > Perhaps there are some spaces (vs tabs) issues here. > > Cheers >