2003-09-15 Andreas Jaeger <aj@suse.de>
commitb58808466ed2f081c03ec23fcbf11a39fb191e8a
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2003 09:32:36 +0000 (15 09:32 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Sep 2003 09:32:36 +0000 (15 09:32 +0000)
tree16a2b81af1776ed621f2ab93c3cc9da2623a6bec
parent21dd958800ce8dfc89be000f614bbefe709ad04b
2003-09-15  Andreas Jaeger  <aj@suse.de>
            Kaveh R. Ghazi <ghazi@caip.rutgers.edu>

* doc/invoke.texi (Warning Options): Describe -Wold-style-definition.
* c-opts.c (c_common_handle_option): Handle OPT_Wold_style_definition.
* c-parse.in: Warn about old-style parameter definition.
* c-common.c: Define warn_old_style_defintion.
* c-common.h: Declare it.
* c.opt: Add Wold-style-defintion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71401 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog