Re: [libcpp] use CPP_PEDANTIC

2014-04-25 Thread Prathamesh Kulkarni
On Fri, Apr 25, 2014 at 11:19 PM, Tom Tromey wrote: >> "Prathamesh" == Prathamesh Kulkarni writes: > > Prathamesh> Use macro CPP_PEDANTIC (PF) instead of directly using > Prathamesh> it's definition: CPP_OPTION (PF, cpp_pedantic). > > I'm curious why you want this. CPP_PEDANTIC is used everyw

Re: [libcpp] use CPP_PEDANTIC

2014-04-25 Thread Tom Tromey
> "Prathamesh" == Prathamesh Kulkarni writes: Prathamesh> Use macro CPP_PEDANTIC (PF) instead of directly using Prathamesh> it's definition: CPP_OPTION (PF, cpp_pedantic). I'm curious why you want this. Prathamesh> [libcpp] Prathamesh> * directives.c (_cpp_handle_directive): Use CPP_PEDANTI

[libcpp] use CPP_PEDANTIC

2014-04-24 Thread Prathamesh Kulkarni
Use macro CPP_PEDANTIC (PF) instead of directly using it's definition: CPP_OPTION (PF, cpp_pedantic). [libcpp] * directives.c (_cpp_handle_directive): Use CPP_PEDANTIC macro. * macro.c (parse_params): Likewise. Bootstrapped on x86_64-unknown-linux-gnu. OK for trunk ? Thanks and Regards, Prathame