From 5a49b8acf456d4a049c002fae31b83a10b35e6f8 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 12 Aug 2008 23:39:31 +0000 Subject: Banish PARAMS and PTR. Convert to ISO C. Delete unnecessary forward declarations. --- gas/macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/macro.c') diff --git a/gas/macro.c b/gas/macro.c index 0cde3d6..2c72331 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -676,7 +676,7 @@ define_macro (int idx, sb *in, sb *label, if (hash_find (macro_hash, macro->name)) error = _("Macro `%s' was already defined"); if (!error) - error = hash_jam (macro_hash, macro->name, (PTR) macro); + error = hash_jam (macro_hash, macro->name, (void *) macro); if (namep != NULL) *namep = macro->name; -- cgit v1.1