diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-10-26 17:12:33 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-10-26 17:12:33 +0000 |
commit | 6ef1bcec6069b5bcb4481998f3dedc5dbcc31921 (patch) | |
tree | 8bfd3851498d0dfbcbff9ede0e65e02442df6730 /gdb/c-lang.h | |
parent | 5f6ea76b78320c21d11477709a8c733f47e46d8a (diff) | |
download | binutils-6ef1bcec6069b5bcb4481998f3dedc5dbcc31921.zip binutils-6ef1bcec6069b5bcb4481998f3dedc5dbcc31921.tar.gz binutils-6ef1bcec6069b5bcb4481998f3dedc5dbcc31921.tar.bz2 |
Merge drow-cplus-merge-20021025 to drow-cplus-branch.
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 */ |