OSDN Git Service

Remove autoconf things and OS header stuff (namely NULL) from gansidecl.h:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 1998 06:11:43 +0000 (06:11 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jun 1998 06:11:43 +0000 (06:11 +0000)
commit2e9695c17b46d47fa924179e456c13dbdce6174c
tree6404a97ab15b6ba25ce643f6503f832a423c649b
parentf52d59ea812b21d1c10048406c474611e164fe45
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20814 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gansidecl.h
gcc/system.h