Banish PARAMS and PTR. Convert to ISO C.

Delete unnecessary forward declarations.
This commit is contained in:
Alan Modra
2008-08-12 23:39:31 +00:00
parent 11fa8e4313
commit 5a49b8acf4
38 changed files with 921 additions and 1959 deletions

View File

@@ -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;