Fix typo in gdb-goto-first-gdb-instance.
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 03ff12d51f3875f24339a7347535deb240f6f06f..ba4744fa1f2a708b87183b02a8073cdb4ae2f836 100644 (file)
@@ -405,8 +405,6 @@ const struct language_defn m2_language_defn = {
   m2_create_fundamental_type,  /* Create fundamental type in this language */
   m2_print_type,               /* Print a type using appropriate syntax */
   m2_val_print,                        /* Print a value using appropriate syntax */
-  &builtin_type_m2_int,                /* longest signed   integral type */
-  &builtin_type_m2_card,       /* longest unsigned integral type */
   &builtin_type_m2_real,       /* longest floating point type */
   {"",      "",   "",   ""},   /* Binary format info */
   {"%loB",   "",   "o",  "B"}, /* Octal format info */
This page took 0.034289 seconds and 4 git commands to generate.