]> gcc.gnu.org Git - gcc.git/commit
ansidecl.h (HAVE_GCC_VERSION): New macro.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 10 Oct 1999 13:02:41 +0000 (13:02 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 10 Oct 1999 13:02:41 +0000 (13:02 +0000)
commitb30bce6b52996616cb627a68222fbf5d8be9d4b9
tree310d1d76de40ddae5138d2494f3d456112cfa3b0
parent4724334af7ddfb70240a39f965647d32773ba417
ansidecl.h (HAVE_GCC_VERSION): New macro.

include:
* ansidecl.h (HAVE_GCC_VERSION): New macro.  Use instead of
explicitly testing __GNUC__ and __GNUC_MINOR__.

(ATTRIBUTE_PRINTF): Use `__format__', not `format'.

gcc:
* cppinit.c: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.

* gansidecl.h: Likewise.

* rtl.c: Likewise.

* rtl.h: Likewise.

* toplev.h: Likewise.

* tree.c: Likewise.

* tree.h: Likewise.

* varray.c: Likewise.

* varray.h: Likewise.

cp:
* cp-tree.h: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.

f:
* proj.h: Use HAVE_GCC_VERSION instead of explicitly testing
__GNUC__ and __GNUC_MINOR__.  Don't define BUILT_WITH_270.
Define macro UNUSED in terms of ATTRIBUTE_UNUSED.

From-SVN: r29890
16 files changed:
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cppinit.c
gcc/f/ChangeLog
gcc/f/proj.h
gcc/gansidecl.h
gcc/rtl.c
gcc/rtl.h
gcc/toplev.h
gcc/tree.c
gcc/tree.h
gcc/varray.c
gcc/varray.h
include/ChangeLog
include/ansidecl.h
This page took 0.0595 seconds and 5 git commands to generate.