summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-09-28 09:29:02 +0000
committerDave Love <fx@gnu.org>2000-09-28 09:29:02 +0000
commit73d2741753ed22b9ec719729cec6ae466f7b6547 (patch)
treef9cf4cc8dc6b2a97c9d5b63172f47d6e6c5ee7fa /src
parent9690d0263a5d95ddfff437dcef032db829e0a88f (diff)
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
r_alloc, r_alloc_free.
Diffstat (limited to 'src')
-rw-r--r--src/m/alpha.h10
1 files changed, 0 insertions, 10 deletions
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 <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