diff options
Diffstat (limited to 'gdb/ch-lang.c')
-rw-r--r-- | gdb/ch-lang.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ch-lang.c b/gdb/ch-lang.c index b3128fd..e1ac3e7 100644 --- a/gdb/ch-lang.c +++ b/gdb/ch-lang.c @@ -316,7 +316,6 @@ const struct language_defn chill_language_defn = { chill_print_type, /* Print a type using appropriate syntax */ chill_val_print, /* Print a value using appropriate syntax */ chill_value_print, /* Print a top-levl value */ - &builtin_type_chill_real, /* longest floating point type */ {"", "B'", "", ""}, /* Binary format info */ {"O'%lo", "O'", "o", ""}, /* Octal format info */ {"D'%ld", "D'", "d", ""}, /* Decimal format info */ |