OSDN Git Service

* config/i386/winnt.c (ix86_handle_dll_attribute): Set
[pf3gnuchains/gcc-fork.git] / gcc / varasm.c
index d950d94..edd0262 100644 (file)
@@ -2452,7 +2452,7 @@ compare_constant (t1, t2)
               l1 && l2;
               l1 = TREE_CHAIN (l1), l2 = TREE_CHAIN (l2))
            {
-             /* Check that each value is the same... */
+             /* Check that each value is the same...  */
              if (! compare_constant (TREE_VALUE (l1), TREE_VALUE (l2)))
                return 0;
              /* ... and that they apply to the same fields!  */
@@ -4597,7 +4597,7 @@ assemble_alias (decl, target)
    VISIBILITY_TYPE.  */
 
 void
-assemble_visibility (decl, visibility_type)
+default_assemble_visibility (decl, visibility_type)
      tree decl;
      const char *visibility_type ATTRIBUTE_UNUSED;
 {