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

From-SVN: r96849
This commit is contained in:
Mike Stump 2005-03-22 01:10:54 +00:00 committed by Mike Stump
parent ab7f3a7cdd
commit b025006799
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

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