mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Minor comment reformatting in ada-typeprint.c
gdb/ChangeLog: * ada-typeprint.c (print_array_type): Fix formatting in comment. (print_selected_record_field_types): Fix formatting in function documentation.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2010-11-22 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-typeprint.c (print_array_type): Fix formatting in comment.
|
||||
(print_selected_record_field_types): Fix formatting in function
|
||||
documentation.
|
||||
|
||||
2010-11-22 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ravenscar-thread.c (_initialize_ravenscar): Fix copy/paste typo
|
||||
|
@ -402,11 +402,10 @@ print_array_type (struct type *type, struct ui_file *stream, int show,
|
||||
|
||||
/* Print the choices encoded by field FIELD_NUM of variant-part TYPE on
|
||||
STREAM, assuming that VAL_TYPE (if non-NULL) is the type of the
|
||||
values. Returns non-zero if the field is an encoding of
|
||||
values. Return non-zero if the field is an encoding of
|
||||
discriminant values, as in a standard variant record, and 0 if the
|
||||
field is not so encoded (as happens with single-component variants
|
||||
in types annotated with pragma Unchecked_Variant.)
|
||||
*/
|
||||
in types annotated with pragma Unchecked_Variant). */
|
||||
|
||||
static int
|
||||
print_choices (struct type *type, int field_num, struct ui_file *stream,
|
||||
|
Reference in New Issue
Block a user