OSDN Git Service

Warning fix:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Mar 1998 07:11:30 +0000 (07:11 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Mar 1998 07:11:30 +0000 (07:11 +0000)
commita03b11928345b889356ce445fa699f4981deea97
tree7e8dbdc1ce360c67b832743dfddb496357343de5
parent45b3252adcfa12702b575b4484d666b4e3249a6e
Warning fix:
        * method.c: Include "system.h" to get stdlib.h, stdio.h,
        ctype.h, string.h, etc.
        (issue_nrepeats): Add default case in enumeration switch.
        (check_btype): Likewise.
        (process_overload_item): Likewise.
        * Makefile.in (method.o): Depend on system.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18427 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/Makefile.in
gcc/cp/method.c