* config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations of bfd_section_lis...
[deliverable/binutils-gdb.git] / gas / macro.h
index 958a84bd5d482d02e3045bf294937ee668c3cf15..4e56125c530887b9791d292935b3ba2dd6a7b2e6 100644 (file)
@@ -73,6 +73,10 @@ extern int macro_defined;
 
 extern int macro_nest;
 
+/* The macro hash table.  */
+
+extern struct hash_control *macro_hash;
+
 extern int buffer_and_nest (const char *, const char *, sb *, int (*) (sb *));
 extern void macro_init
   (int, int, int, int (*) (const char *, int, sb *, int *));
This page took 0.026172 seconds and 4 git commands to generate.