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: Another obstack patch.


>>>>> "Chris" == Chris Moller <cmoller@redhat.com> writes:

Chris>  static void cp_print_value (struct type *, struct type *, const gdb_byte *,
Chris>  			    int, CORE_ADDR, struct ui_file *, int,
Chris> -			    const struct value_print_options *, struct type **);
Chris> +			    const struct value_print_options *,
Chris> +			    struct type **);

Don't mix reformatting and semantic changes.

Chris> +	      if (obstack_final_size > stat_array_obstack_initial_size) {

Wrong brace placement.

Ok with those changes.

Tom


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