Rename print_spaces_filtered
print_spaces_filtered is now misnamed, because whether filtering happens is up to the stream. So, rename it.
This commit is contained in:
parent
6cb06a8cda
commit
d0b1020bf1
17 changed files with 47 additions and 47 deletions
|
@ -255,7 +255,7 @@ extern void gdb_printf (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
|
|||
|
||||
extern void printf_unfiltered (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
|
||||
|
||||
extern void print_spaces_filtered (int, struct ui_file *);
|
||||
extern void print_spaces (int, struct ui_file *);
|
||||
|
||||
extern const char *n_spaces (int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue