gdb ChangeLog
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index b1e1d0cac795d224549be3b945d954d1a7f53bb0..76716db3781c04c02869bc0ff5adcb8bf0b55414 100644 (file)
@@ -1099,6 +1099,9 @@ struct builtin_type
   struct type *builtin_int128;
   struct type *builtin_uint128;
 
+  /* Wide character types.  */
+  struct type *builtin_char16;
+  struct type *builtin_char32;
 
   /* Pointer types.  */
 
This page took 0.024967 seconds and 4 git commands to generate.