Add missing ChangeLog entry

From-SVN: r29460
This commit is contained in:
Mark Mitchell 1999-09-16 18:54:23 +00:00
parent 61f3b78faa
commit 2a6ec461e1

View File

@ -12,6 +12,13 @@
* 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.