Rebase patch #7
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index abf5a2c254bbca14d3f497d566e05c15d6ec510e..25875d1f53247a04140f3252f54e22e7fabd010c 100644 (file)
@@ -106,7 +106,7 @@ struct ttype
 struct symtoken
   {
     struct stoken stoken;
-    struct symbol *sym;
+    struct block_symbol sym;
     int is_a_field_of_this;
   };
 
@@ -114,7 +114,7 @@ struct objc_class_str
   {
     struct stoken stoken;
     struct type *type;
-    int class;
+    int theclass;
   };
 
 typedef struct type *type_ptr;
This page took 0.023859 seconds and 4 git commands to generate.