Remove c_printstr
This renames c_printstr, removing a layer of indirection.
This commit is contained in:
parent
c1c7fe59f6
commit
3a3bb6eb36
4 changed files with 7 additions and 26 deletions
|
@ -93,14 +93,6 @@ extern void c_value_print (struct value *, struct ui_file *,
|
|||
|
||||
extern void c_printchar (int, struct type *, struct ui_file *);
|
||||
|
||||
extern void c_printstr (struct ui_file * stream,
|
||||
struct type *elttype,
|
||||
const gdb_byte *string,
|
||||
unsigned int length,
|
||||
const char *user_encoding,
|
||||
int force_ellipses,
|
||||
const struct value_print_options *options);
|
||||
|
||||
extern void c_language_arch_info (struct gdbarch *gdbarch,
|
||||
struct language_arch_info *lai);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue