* c-lang.h (c_type_print_varspec_prefix): Delete.
* c-typeprint.c (c_type_print_varspec_prefix): Make static. Add ``need_post_space'' parameter. Adjust all callers.
This commit is contained in:
parent
19dd1b4833
commit
9750e763c1
3 changed files with 25 additions and 16 deletions
|
@ -65,9 +65,6 @@ extern struct type **const (c_builtin_types[]);
|
|||
|
||||
extern void c_type_print_base (struct type *, struct ui_file *, int, int);
|
||||
|
||||
extern void c_type_print_varspec_prefix (struct type *, struct ui_file *,
|
||||
int, int);
|
||||
|
||||
/* These are in cp-valprint.c */
|
||||
|
||||
extern int vtblprint; /* Controls printing of vtbl's */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue