mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* ada-lang.c (ada_is_character_type): Add recognition of type
"Wide_Wide_Character".
This commit is contained in:
@@ -7301,6 +7301,7 @@ ada_is_character_type (struct type *type)
|
||||
|| TYPE_CODE (type) == TYPE_CODE_RANGE)
|
||||
&& (strcmp (name, "character") == 0
|
||||
|| strcmp (name, "wide_character") == 0
|
||||
|| strcmp (name, "wide_wide_character") == 0
|
||||
|| strcmp (name, "unsigned char") == 0));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user