Add missing ChangeLog entry
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 18:54:23 +0000 (18:54 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 18:54:23 +0000 (18:54 +0000)
From-SVN: r29460

gcc/cp/ChangeLog

index ddc34aa6a32eb258a9a712abe19a5d33835b0455..b88a629db87f59ee7f1715c93945dacf9017ad96 100644 (file)
 
        * lex.c (mark_impl_file_chain): Follow the next chain.
 
+1999-09-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * decl.c (warn_extern_redeclared_static): Simplify.  Catch
+       problems with extern "C" functions redeclared as static.
+       (duplicate_decls): When a builtin is redeclared static, make the
+       new function have internal linkage.
+       
 1999-09-15  Mark Mitchell  <mark@codesourcery.com>
 
        * decl2.c (build_expr_from_tree): Handle VA_ARG_EXPR.