From 2723521742e189e1b92e5e492e5e83b6edf79411 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Fri, 3 Jan 2003 21:47:21 +0000 Subject: * configure.in: Add iq2000-elf target. * configure: Regenerate. * config/tc-iq2000.c: New file. * config/tc-iq2000.h: Likewise. --- gas/macro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/macro.c') diff --git a/gas/macro.c b/gas/macro.c index 3ca815ab28..77dc067e58 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -1,5 +1,5 @@ /* macro.c - macro support for gas - Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 + Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, @@ -93,7 +93,7 @@ static const char *macro_expand PARAMS ((int, sb *, macro_entry *, sb *)); /* The macro hash table. */ -static struct hash_control *macro_hash; +struct hash_control *macro_hash; /* Whether any macros have been defined. */ -- cgit v1.2.1