diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-15 22:18:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-15 22:18:43 +0000 |
commit | 973177d3c5d517f8de4b4f1b7a4a75c9e5936375 (patch) | |
tree | 8eb96ced99947bb4fd9bfd3761e662610f07a8d8 /gdb/objc-lang.c | |
parent | 5ea2bd7fc039dbdea9f0cb82cabd25f2bfc23b46 (diff) | |
download | gdb-973177d3c5d517f8de4b4f1b7a4a75c9e5936375.zip gdb-973177d3c5d517f8de4b4f1b7a4a75c9e5936375.tar.gz gdb-973177d3c5d517f8de4b4f1b7a4a75c9e5936375.tar.bz2 |
2003-05-15 Andrew Cagney <cagney@redhat.com>
* c-lang.c (c_printstr): Delete "extern inspect_it" declaration.
* p-valprint.c (pascal_object_print_value_fields): Ditto.
* p-lang.c (pascal_printstr): Ditto.
* objc-lang.c (objc_printstr): Ditto.
* m2-lang.c (m2_printstr): Ditto.
* jv-valprint.c (java_print_value_fields): Ditto.
* f-lang.c (f_printstr): Ditto.
* cp-valprint.c (cp_print_value_fields): Ditto. Include "valprint.h".
* ada-valprint.c (inspect_it, repeat_count_threshold): Ditto, and
for repeat_count_threshold.
* Makefile.in (cp-valprint.o): Update dependencies.
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 21504e1..1c23c01 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -372,7 +372,6 @@ objc_printstr (struct ui_file *stream, char *string, unsigned int things_printed = 0; int in_quotes = 0; int need_comma = 0; - extern int inspect_it; /* If the string was not truncated due to `set print elements', and the last byte of it is a null, we don't print that, in |