]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c: Define all C/ObjC/C++ warning and flag variables.
authorNeil Booth <neil@daikokuya.co.uk>
Thu, 1 Aug 2002 06:20:46 +0000 (06:20 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 1 Aug 2002 06:20:46 +0000 (06:20 +0000)
commit4078b403a7dc806f4521f3600b524bed55309515
tree95cf90c12538551f48b4627b824d1738b2af0986
parentd8278e27fe53214e0750c886529d43a4fc468383
c-common.c: Define all C/ObjC/C++ warning and flag variables.

* c-common.c: Define all C/ObjC/C++ warning and flag variables.
* c-common.h: Declare all C/ObjC/C++ warning and flag variables.
* c-decl.c: Move all warning and flag variables to c-common.c.
* c-format.c: Move all warning variables to c-common.c.
* c-tree.h: Move all warning and flag declarations to c-common.h.
* objc/objc-act.c: Move all warning variables to c-common.c.
(flag_warn_protocol): Rename warn_protocol.
cp:
* cp-tree.h: Move all warning and flag declarations to c-common.h.
* decl.c: Move all warning and flag variables to c-common.c.
* decl2.c: Move all warning and flag variables to c-common.c.
* lex.c (flag_digraphs): Remove.
(warn_traditional): Now in c-common.c.

From-SVN: r55923
12 files changed:
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-decl.c
gcc/c-format.c
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/lex.c
gcc/objc/objc-act.c