Remove c_emit_char

This renames c_emit_char, removing a layer of indirection.
This commit is contained in:
Tom Tromey
2022-02-11 18:10:00 -07:00
parent 3a64633804
commit c1c7fe59f6
3 changed files with 2 additions and 14 deletions

View File

@@ -144,8 +144,8 @@ classify_type (struct type *elttype, struct gdbarch *gdbarch,
for printing characters and strings is language specific. */
void
c_emit_char (int c, struct type *type,
struct ui_file *stream, int quoter)
language_defn::emitchar (int c, struct type *type,
struct ui_file *stream, int quoter) const
{
const char *encoding;