gdb/parser-defs.h: (struct objc_class_str): New structure
[platform/upstream/binutils.git] / gdb / parser-defs.h
index b522241..e675384 100644 (file)
@@ -79,6 +79,14 @@ struct symtoken
     int is_a_field_of_this;
   };
 
+struct objc_class_str
+  {
+    struct stoken stoken;
+    struct type *type;
+    int class;
+  };
+
+
 /* For parsing of complicated types.
    An array should be preceded in the list by the size of the array.  */
 enum type_pieces