Replace the block_found global with explicit data-flow
[deliverable/binutils-gdb.git] / gdb / parser-defs.h
index a377ec3b77d176c0a30eaff1bc3ef4b43b8af7eb..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;
   };
 
This page took 0.037589 seconds and 4 git commands to generate.