2002-06-11 Daniel Jacobowitz <drow@mvista.com>
[deliverable/binutils-gdb.git] / gdb / symtab.h
index 231364ed0236c3f8c894b59cc29a7ef0b6ac8a3c..bb22d0d4eaadbd7d33a2071590eaf7a1e33739bf 100644 (file)
@@ -824,6 +824,11 @@ struct symtab
 
     int primary;
 
+    /* The macro table for this symtab.  Like the blockvector, this
+       may be shared between different symtabs --- and normally is for
+       all the symtabs in a given compilation unit.  */
+    struct macro_table *macro_table;
+
     /* Name of this source file.  */
 
     char *filename;
This page took 0.029157 seconds and 4 git commands to generate.