* Makefile.am (GAS_CFILES): Remove bignum-copy.c.
[deliverable/binutils-gdb.git] / gas / macro.c
index f7d53bc673f36c0c5c4adc4aca547879a62d54a7..6f370bbe9d3cf4d817304bbd2df0a7f191ceb9ef 100644 (file)
@@ -94,7 +94,7 @@ static void free_macro(macro_entry *);
 
 /* The macro hash table.  */
 
-struct hash_control *macro_hash;
+static struct hash_control *macro_hash;
 
 /* Whether any macros have been defined.  */
 
This page took 0.023247 seconds and 4 git commands to generate.