diff options
Diffstat (limited to 'gas/macro.c')
-rw-r--r-- | gas/macro.c | 2 |
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. */ |