summaryrefslogtreecommitdiff
path: root/gdb/f-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r--gdb/f-lang.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h
index aebd45db94..181f837f1d 100644
--- a/gdb/f-lang.h
+++ b/gdb/f-lang.h
@@ -317,22 +317,22 @@ extern int calc_f77_array_dims (struct type *);
struct builtin_f_type
{
- struct type *builtin_character;
- struct type *builtin_integer_s1;
- struct type *builtin_integer_s2;
- struct type *builtin_integer;
- struct type *builtin_integer_s8;
- struct type *builtin_logical_s1;
- struct type *builtin_logical_s2;
- struct type *builtin_logical;
- struct type *builtin_logical_s8;
- struct type *builtin_real;
- struct type *builtin_real_s8;
- struct type *builtin_real_s16;
- struct type *builtin_complex;
- struct type *builtin_complex_s8;
- struct type *builtin_complex_s16;
- struct type *builtin_void;
+ struct type *builtin_character = nullptr;
+ struct type *builtin_integer_s1 = nullptr;
+ struct type *builtin_integer_s2 = nullptr;
+ struct type *builtin_integer = nullptr;
+ struct type *builtin_integer_s8 = nullptr;
+ struct type *builtin_logical_s1 = nullptr;
+ struct type *builtin_logical_s2 = nullptr;
+ struct type *builtin_logical = nullptr;
+ struct type *builtin_logical_s8 = nullptr;
+ struct type *builtin_real = nullptr;
+ struct type *builtin_real_s8 = nullptr;
+ struct type *builtin_real_s16 = nullptr;
+ struct type *builtin_complex = nullptr;
+ struct type *builtin_complex_s8 = nullptr;
+ struct type *builtin_complex_s16 = nullptr;
+ struct type *builtin_void = nullptr;
};
/* Return the Fortran type table for the specified architecture. */