diff options
Diffstat (limited to 'gdb/f-lang.h')
-rw-r--r-- | gdb/f-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/f-lang.h b/gdb/f-lang.h index 5afafb1..746c11f 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -66,6 +66,7 @@ struct builtin_f_type struct type *builtin_character; struct type *builtin_integer; struct type *builtin_integer_s2; + struct type *builtin_integer_s8; struct type *builtin_logical; struct type *builtin_logical_s1; struct type *builtin_logical_s2; |