diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index 6d039c7..7470167 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -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 */ |