mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-04 13:57:12 +08:00
Remove c_emit_char
This renames c_emit_char, removing a layer of indirection.
This commit is contained in:
@ -104,9 +104,6 @@ extern void c_printstr (struct ui_file * stream,
|
||||
extern void c_language_arch_info (struct gdbarch *gdbarch,
|
||||
struct language_arch_info *lai);
|
||||
|
||||
extern void c_emit_char (int c, struct type *type,
|
||||
struct ui_file *stream, int quoter);
|
||||
|
||||
/* These are in c-typeprint.c: */
|
||||
|
||||
extern void c_type_print_base (struct type *, struct ui_file *,
|
||||
|
Reference in New Issue
Block a user