]> git.eshelyaron.com Git - emacs.git/commitdiff
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
authorDave Love <fx@gnu.org>
Thu, 28 Sep 2000 09:29:02 +0000 (09:29 +0000)
committerDave Love <fx@gnu.org>
Thu, 28 Sep 2000 09:29:02 +0000 (09:29 +0000)
r_alloc, r_alloc_free.

src/m/alpha.h

index 0f103308b890edf650dac54d340e3e14358465b7..607cc8cce632e69b84cb9c9ee82c9963feb62f27 100644 (file)
@@ -244,16 +244,6 @@ NOTE-END
 #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