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 f92d3b0..512325f 100644 --- a/gdb/f-lang.h +++ b/gdb/f-lang.h @@ -319,6 +319,7 @@ struct builtin_f_type { struct type *builtin_character; struct type *builtin_integer; + struct type *builtin_integer_s1; struct type *builtin_integer_s2; struct type *builtin_integer_s8; struct type *builtin_logical; |