aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r--gdb/f-lang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h
index 0107a08..6a97fab 100644
--- a/gdb/f-lang.h
+++ b/gdb/f-lang.h
@@ -175,7 +175,7 @@ public:
{
const char *type_encoding = get_encoding (elttype);
- if (TYPE_LENGTH (elttype) == 4)
+ if (elttype->length () == 4)
gdb_puts ("4_", stream);
if (!encoding || !*encoding)