From: Dave Love Date: Thu, 28 Sep 2000 09:29:02 +0000 (+0000) Subject: (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare X-Git-Tag: emacs-pretest-21.0.90~1335 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73d2741753ed22b9ec719729cec6ae466f7b6547;p=emacs.git (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare r_alloc, r_alloc_free. --- diff --git a/src/m/alpha.h b/src/m/alpha.h index 0f103308b89..607cc8cce63 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -244,16 +244,6 @@ NOTE-END #include #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