diff options
Diffstat (limited to 'gdb/c-lang.c')
-rw-r--r-- | gdb/c-lang.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/c-lang.c b/gdb/c-lang.c index c2db47e..a028d10 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -153,8 +153,11 @@ c_emit_char (int c, struct type *type, generic_emit_char (c, type, stream, quoter, encoding); } +/* See language.h. */ + void -c_printchar (int c, struct type *type, struct ui_file *stream) +language_defn::printchar (int c, struct type *type, + struct ui_file * stream) const { c_string_type str_type; |