Commit b0250067 by Mike Stump Committed by Mike Stump

* varasm.c (default_assemble_visibility): Remove extra ().

From-SVN: r96849
parent ab7f3a7c
2005-03-21 Mike Stump <mrs@apple.com>
* varasm.c (default_assemble_visibility): Remove extra ().
2005-03-21 Roger Sayle <roger@eyesopen.com>
PR middle-end/20557
......
......@@ -4544,7 +4544,7 @@ default_assemble_visibility (tree decl, int vis)
const char *name, *type;
name = (IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)));
name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
type = visibility_types[vis];
#ifdef HAVE_GAS_HIDDEN
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment