* varasm.c (default_assemble_visibility): Remove extra ().
From-SVN: r96849
This commit is contained in:
parent
ab7f3a7cdd
commit
b025006799
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user