]> Git Repo - binutils.git/blobdiff - gdb/gdbtypes.h
* eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that
[binutils.git] / gdb / gdbtypes.h
index 6da24ce46eedbd9c50a81ee40f9d58e72cef3e46..da4fdffc4000bae145a78b84676174ac59dfb5a1 100644 (file)
@@ -82,6 +82,7 @@ enum type_code
   TYPE_CODE_SET,               /* Pascal sets */
   TYPE_CODE_RANGE,             /* Range (integers within spec'd bounds) */
   TYPE_CODE_STRING,            /* String types, distinct from array of char */
+  TYPE_CODE_BITSTRING,         /* String of bits, distinct from bool array */
   TYPE_CODE_ERROR,              /* Unknown type */
 
   /* C++ */
This page took 0.023744 seconds and 4 git commands to generate.