Re: [PATCH] PR c/79022 fix mismatch parameter order in declaratio

2019-03-28 Thread Richard Biener
On Thu, Mar 28, 2019 at 2:28 PM Jonathan Wakely wrote: > > The declaration of create_nested_ptr_option in the header has the 'from' > and 'to' parameters in the opposite order from the definition in > gengtype.c: > > /* Return an options structure for a "nested_ptr" option. */ > options_p >

[PATCH] PR c/79022 fix mismatch parameter order in declaratio

2019-03-28 Thread Jonathan Wakely
The declaration of create_nested_ptr_option in the header has the 'from' and 'to' parameters in the opposite order from the definition in gengtype.c: /* Return an options structure for a "nested_ptr" option. */ options_p create_nested_ptr_option (options_p next, type_p t,