]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbtypes.h
Teach GDB that wchar_t is a built-in type in C++ mode
[thirdparty/binutils-gdb.git] / gdb / gdbtypes.h
index 3c57970728a0b0b44d6fa5af8c1203114af40f59..f6b4de90bc2917699a5a7733ad3578dd94bce3a8 100644 (file)
@@ -1503,6 +1503,7 @@ struct builtin_type
   /* Wide character types.  */
   struct type *builtin_char16;
   struct type *builtin_char32;
+  struct type *builtin_wchar;
 
   /* Pointer types.  */