From 73d2741753ed22b9ec719729cec6ae466f7b6547 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 28 Sep 2000 09:29:02 +0000 Subject: (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare r_alloc, r_alloc_free. --- src/m/alpha.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/m/alpha.h') 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 -- cgit v1.2.1