* c-typeprint.c (cp_type_print_derivation_info): Fix comment.

This commit is contained in:
Tom Tromey 2012-09-21 17:33:17 +00:00
parent 2603f7eeca
commit 62a49610b8
2 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2012-09-21 Tom Tromey <tromey@redhat.com>
* c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2012-09-21 Andrew Burgess <aburgess@broadcom.com>
* findvar.c (read_frame_register_value): Mark the result value as

View file

@ -131,12 +131,7 @@ c_print_typedef (struct type *type,
}
In general, gdb should try to print the types as closely as
possible to the form that they appear in the source code.
Note that in case of protected derivation gcc will not say
'protected' but 'private'. The HP's aCC compiler emits specific
information for derivation via protected inheritance, so gdb can
print it out */
possible to the form that they appear in the source code. */
static void
cp_type_print_derivation_info (struct ui_file *stream,