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 b98c556..094d6fa 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -113,6 +113,7 @@ struct builtin_f_type struct type *builtin_logical; struct type *builtin_logical_s1; struct type *builtin_logical_s2; + struct type *builtin_logical_s8; struct type *builtin_real; struct type *builtin_real_s8; struct type *builtin_real_s16; |