gdb: Introduce new language field la_struct_too_deep_ellipsis
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index f3a806e7a6f68fa015545c51fcd613b9eaadfda2..77eb50a0761f1463f907861dd90b2928ebe4bcbe 100644 (file)
@@ -377,7 +377,8 @@ extern const struct language_defn f_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  "(...)"                      /* la_struct_too_deep_ellipsis */
 };
 
 static void *
This page took 0.024146 seconds and 4 git commands to generate.