diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-10-14 22:58:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-10-14 22:58:28 +0000 |
commit | 9750e763c18794a2d96ad44db439ac50ee472cf6 (patch) | |
tree | 6a50f43d6bd81c1c6758baf0e174336868674de3 /gdb/c-lang.h | |
parent | 19dd1b4833bf0660f3788cce1fe14c54229145c3 (diff) | |
download | gdb-9750e763c18794a2d96ad44db439ac50ee472cf6.zip gdb-9750e763c18794a2d96ad44db439ac50ee472cf6.tar.gz gdb-9750e763c18794a2d96ad44db439ac50ee472cf6.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r-- | gdb/c-lang.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h index e64d4c6..7d7cd03 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -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 */ |