tweak comment
authorJason Merrill <jason@gcc.gnu.org>
Mon, 5 May 2003 19:16:07 +0000 (15:16 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 5 May 2003 19:16:07 +0000 (15:16 -0400)
From-SVN: r66494

gcc/cp/decl.c

index 68aaa88440977ccbe3499c6cf9e2cd94e4d618bb..6df2a0baa2d869a82cba03eed37bc44520a7ad4a 100644 (file)
@@ -8860,7 +8860,7 @@ grokfndecl (tree ctype,
         or enumeration declared in a local scope) shall not be used to
         declare an entity with linkage.
 
-        Only check this for public decls for now.  */
+        Only check this for public decls for now.  See core 319, 389.  */
       t = no_linkage_check (TREE_TYPE (decl));
       if (t)
        {