# HG changeset patch # User Dave Love # Date 970133342 0 # Node ID ec88a2e32b0ad8692228ddc17d14d4d477e16a2f # Parent 05763e78052139de8744692516b8dde042911932 (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare r_alloc, r_alloc_free. diff -r 05763e780521 -r ec88a2e32b0a src/m/alpha.h --- 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 #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