diff options
Diffstat (limited to 'gdb/m2-lang.h')
-rw-r--r-- | gdb/m2-lang.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 86a093e..775312f 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -37,11 +37,11 @@ extern int get_long_set_bounds (struct type *type, LONGEST *low, struct builtin_m2_type { - struct type *builtin_char; - struct type *builtin_int; - struct type *builtin_card; - struct type *builtin_real; - struct type *builtin_bool; + struct type *builtin_char = nullptr; + struct type *builtin_int = nullptr; + struct type *builtin_card = nullptr; + struct type *builtin_real = nullptr; + struct type *builtin_bool = nullptr; }; /* Return the Modula-2 type table for the specified architecture. */ |