Mercurial > emacs
changeset 31945:ec88a2e32b0a
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
r_alloc, r_alloc_free.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 28 Sep 2000 09:29:02 +0000 |
parents | 05763e780521 |
children | 24b8c28ac069 |
files | src/m/alpha.h |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/alpha.h Thu Sep 28 01:42:31 2000 +0000 +++ b/src/m/alpha.h Thu Sep 28 09:29:02 2000 +0000 @@ -244,16 +244,6 @@ #include <alloca.h> #endif -#ifdef REL_ALLOC -#ifndef _MALLOC_INTERNAL -/* "char *" because ralloc.c defines it that way. gmalloc.c thinks it - is allowed to prototype these as "void *" so we don't prototype in - that case. You're right: it stinks! */ -extern char *r_alloc (), *r_re_alloc (); -extern void r_alloc_free (); -#endif /* not _MALLOC_INTERNAL */ -#endif /* REL_ALLOC */ - #endif /* not NOT_C_CODE */ #ifdef OSF1