*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / language.h
index 6d039c762bb812441f2c7cd2772d1e10826e31d4..7470167f117b191469ad86af669a7aca08888386 100644 (file)
@@ -267,6 +267,9 @@ struct language_defn
     /* Type of elements of strings. */
     struct type **string_char_type;
 
+    /* The list of characters forming word boundaries.  */
+    char *(*la_word_break_characters) (void);
+
     /* Add fields above this point, so the magic number is always last. */
     /* Magic number for compat checking */
 
This page took 0.024145 seconds and 4 git commands to generate.