aboutsummaryrefslogtreecommitdiff
path: root/gas/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'gas/macro.c')
-rw-r--r--gas/macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/macro.c b/gas/macro.c
index f7d53bc..6f370bb 100644
--- a/gas/macro.c
+++ b/gas/macro.c
@@ -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. */