* eval.c (evaluate_subexp): Clean up handling of
[deliverable/binutils-gdb.git] / gdb / language.h
index 6122bbfc21cfec4d0f75da8c3e32c777d33b68b9..0e263baf6e092b6bfc93bf9ce0a3ae7490cf72e0 100644 (file)
@@ -177,6 +177,12 @@ struct language_defn
 
   char c_style_arrays;
 
+  /* Index to use for extracting the first element of a string. */
+  char string_lower_bound;
+
+  /* Type of elements of strings. */
+  struct type **string_char_type;
+
   /* Add fields above this point, so the magic number is always last. */
   /* Magic number for compat checking */
 
This page took 0.023173 seconds and 4 git commands to generate.