gdb: Introduce new language field la_struct_too_deep_ellipsis
[deliverable/binutils-gdb.git] / gdb / p-lang.c
index 9340861761b36bd14610c28bc96ff1e61a064c83..0b85f70dfd212146524ad9af1267670552da9b80 100644 (file)
@@ -459,5 +459,6 @@ extern const struct language_defn pascal_language_defn =
   default_search_name_hash,
   &default_varobj_ops,
   NULL,
-  NULL
+  NULL,
+  "{...}"                      /* la_struct_too_deep_ellipsis */
 };
This page took 0.024941 seconds and 4 git commands to generate.