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 | 00fad14cedd739d88553fd5d4538d4101cfe1cb8 (patch) | |
tree | 72db159595679428f55d45a476855afbe3871d79 /gdb/f-lang.c | |
parent | 18b0a07b83f9ae6d2bc1ee60952f7f94c5580244 (diff) | |
download | gdb-00fad14cedd739d88553fd5d4538d4101cfe1cb8.tar.gz |
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/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 2a4eac3f119..1a1986fece4 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -167,7 +167,6 @@ f_printstr (struct ui_file *stream, char *string, unsigned int length, unsigned int things_printed = 0; int in_quotes = 0; int need_comma = 0; - extern int inspect_it; if (length == 0) { |