Fix typo in gdb.python/py-objfile.exp
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index abf5a2c254bbca14d3f497d566e05c15d6ec510e..a377ec3b77d176c0a30eaff1bc3ef4b43b8af7eb 100644 (file)
@@ -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.025053 seconds and 4 git commands to generate.