Mercurial > emacs
changeset 29791:34d95709a82b
Don't declare xmalloc, xrealloc.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 14:02:05 +0000 |
parents | f151626f8f9a |
children | ad887a4586ab |
files | src/doprnt.c src/m/alpha.h |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doprnt.c Tue Jun 20 13:57:43 2000 +0000 +++ b/src/doprnt.c Tue Jun 20 14:02:05 2000 +0000 @@ -48,8 +48,6 @@ another macro. */ #include "charset.h" -extern long *xmalloc (), *xrealloc (); - static int doprnt1 (); /* Generate output from a format-spec FORMAT,
--- a/src/m/alpha.h Tue Jun 20 13:57:43 2000 +0000 +++ b/src/m/alpha.h Tue Jun 20 14:02:05 2000 +0000 @@ -256,8 +256,6 @@ #undef bzero #undef bcmp -extern long *xmalloc (), *xrealloc (); - #ifdef REL_ALLOC #ifndef _MALLOC_INTERNAL /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it