* config/tc-mep.c (md_estimate_size_before_relax): Handle weak
[deliverable/binutils-gdb.git] / gas / macro.c
index 0cde3d63d26914b27651ace0a5371a7365c34ba0..2c72331f075823bfd034305b187c1b3d18bece3f 100644 (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;
This page took 0.02286 seconds and 4 git commands to generate.