Remove autoconf things and OS header stuff (namely NULL) from gansidecl.h:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 30 Jun 1998 06:11:43 +0000 (06:11 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 30 Jun 1998 06:11:43 +0000 (06:11 +0000)
commit51db713ffd51965e1e25638542f31197fe02f2d8
tree6404a97ab15b6ba25ce643f6503f832a423c649b
parentb8705408e8fb861e6c27cc361b87385adc728a5e
Remove autoconf things and OS header stuff (namely NULL) from gansidecl.h:

        * gansidecl.h (ATTRIBUTE_UNUSED): Use __unused__ not `unused'.
        Don't define NULL here.  Also, remove all vestiges of autoconf
        based checks for bcmp/bcopy/bzero/index/rindex.
        * system.h: Immediately after including stdio.h, check for and if
        necessary provide a default definition of NULL.

From-SVN: r20814
gcc/ChangeLog
gcc/gansidecl.h
gcc/system.h