diff --git a/gdb/c-lang.c b/gdb/c-lang.c index 027e9b2..5fe04de 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -156,7 +156,7 @@ append_string_as_wide (const char *string, struct obstack *output) escapes across calls. */ static void -print_wchar (gdb_wint_t w, const gdb_byte *orig, int orig_len, +print_wchar (gdb_wchar_t w, const gdb_byte *orig, int orig_len, int width, struct obstack *output, int quoter, int *need_escapep) {