]> gcc.gnu.org Git - gcc.git/commit
gansidecl.h: Check if compiler supports __attribute__.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 6 Apr 1998 12:03:16 +0000 (12:03 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 6 Apr 1998 12:03:16 +0000 (12:03 +0000)
commit3286ab57366ae3422fdacff3c2e605ea81a29c44
tree41648733bb08f0139c0ad96d79953b1e77d616ff
parentd276f2bb0c9b6e5d73ff879433f8a3616ff08373
gansidecl.h: Check if compiler supports __attribute__.

        * gansidecl.h: Check if compiler supports __attribute__.  Provide
        definitions for ATTRIBUTE_UNUSED and ATTRIBUTE_PRINTF using
        __attribute__ when its available.  Also provide definitions for
        ATTRIBUTE_PRINTF_1, ATTRIBUTE_PRINTF_2 and ATTRIBUTE_PRINTF_3 in
        terms of ATTRIBUTE_PRINTF.
        * genoutput.c (process_template): Use ATTRIBUTE_UNUSED in place
        of __attribute__.

From-SVN: r19019
gcc/ChangeLog
gcc/gansidecl.h
gcc/genoutput.c
This page took 0.057862 seconds and 5 git commands to generate.