* ch-lang.c (chill_language_defn): Ditto.
authorStan Shebs <shebs@codesourcery.com>
Thu, 4 Aug 1994 00:38:39 +0000 (00:38 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 4 Aug 1994 00:38:39 +0000 (00:38 +0000)
gdb/ChangeLog
gdb/ch-lang.c

index 6e47ec68d991864483a7570c1abcd23169420ced..eaf73943e141a25f3380d4db28cf5424da4ca1ef 100644 (file)
@@ -10,6 +10,7 @@ Wed Aug  3 12:05:13 1994  Stan Shebs  (shebs@andros.cygnus.com)
        local_language_defn): Remove init of la_longest_float field.
        * c-lang.c (c_language_defn, cplus_language_defn,
        asm_language_defn): Ditto.
+       * ch-lang.c (chill_language_defn): Ditto.
        * m2-lang.c (m2_language_defn): Ditto.
 
 Tue Aug  2 10:58:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
index b3128fdc08e82a2f83c31c2a771fb5467ae3c994..e1ac3e7602e9105ec8e7dde990828717cd88193c 100644 (file)
@@ -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 */
This page took 0.031016 seconds and 4 git commands to generate.