This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA-v2] Fix ARI warning about function call in first column


>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:

Pierre>   As Eli had some concerns about that part,
Pierre> I tried to change my patch so that it does add new
Pierre> function declarations split in between return type and 
Pierre> function name.
  
If you want, you can commit the obviously ok ones in the meantime.
Nearly all of your patch seems uncontroversial.

Pierre> -extern PyObject *
Pierre> -create_breakpoint_event_object (PyObject *breakpoint);
Pierre> +extern PyObject * create_breakpoint_event_object (PyObject *breakpoint);
 
Pierre> -extern PyObject *
Pierre> -create_signal_event_object (enum target_signal stop_signal);
Pierre> +extern PyObject * create_signal_event_object (enum target_signal
Pierre> stop_signal);
 
No space after the "*" in these two.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]