]> gcc.gnu.org Git - gcc.git/commit - gcc/ChangeLog
c-common.c: Move format checking code to ...
authorJoseph Myers <jsm28@cam.ac.uk>
Sat, 13 Jan 2001 23:30:02 +0000 (23:30 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 13 Jan 2001 23:30:02 +0000 (23:30 +0000)
commit1312c143f8f7a87b44e0536d66364bd9216ff5a4
treece98ecc92b90fd99c0d66480bbe34c393cb5a611
parent6f6684e69928cbedf89f63fbe90a09c31e9dd6aa
c-common.c: Move format checking code to ...

* c-common.c: Move format checking code to ...
* c-format.c: ... here.  New file.  Reorder some functions and
declarations.
(decl_handle_format_attribute, decl_handle_format_arg_attribute):
New functions.
* c-common.h (decl_handle_format_attribute,
decl_handle_format_arg_attribute): Declare.
* Makefile.in (C_AND_OBJC_OBJS): Add c-format.o.
(c-common.o): Adjust dependencies.
(c-format.o): New list of dependencies.

cp:
* Make-lang.in (CXX_C_OBJS): Add c-format.o.

From-SVN: r38998
gcc/ChangeLog
gcc/Makefile.in
gcc/c-common.c
gcc/c-common.h
gcc/c-format.c [new file with mode: 0644]
gcc/cp/ChangeLog
gcc/cp/Make-lang.in
This page took 0.06277 seconds and 5 git commands to generate.