* 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:
Kevin Buettner 2002-10-14 22:58:28 +00:00
parent 19dd1b4833
commit 9750e763c1
3 changed files with 25 additions and 16 deletions

View file

@ -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 */