system.h (sbrk, [...]): Backup prototypes changed from extern char *, to extern PTR.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 8 Sep 1999 19:42:01 +0000 (19:42 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 8 Sep 1999 19:42:01 +0000 (19:42 +0000)
commitce3700e3ba57f07a44a2edc9d8b146a7682bb54e
treec492c082ca18b5ddb799202154dfb028acb16bb7
parentc45a8466e615418926ac97e765e7cee80c020698
system.h (sbrk, [...]): Backup prototypes changed from extern char *, to extern PTR.

* system.h (sbrk, malloc, calloc, realloc): Backup prototypes
changed from extern char *, to extern PTR.  Also fix typo in
NEED_DECLARATION_REALLOC test.

* mips-tdump.c (malloc, calloc, realloc): Don't prototype.

From-SVN: r29210
gcc/ChangeLog
gcc/mips-tdump.c
gcc/system.h