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
|
@ -292,8 +292,9 @@ rust_language::printstr (struct ui_file *stream, struct type *type,
|
|||
{
|
||||
/* This is probably some C string, so let's let C deal with
|
||||
it. */
|
||||
c_printstr (stream, type, string, length, user_encoding,
|
||||
force_ellipses, options);
|
||||
language_defn::printstr (stream, type, string, length,
|
||||
user_encoding, force_ellipses,
|
||||
options);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue