diff options
Diffstat (limited to 'gcc/varasm.c')
| -rw-r--r-- | gcc/varasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/varasm.c b/gcc/varasm.c index 67b8141..9a04cd5 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -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 |
