summaryrefslogtreecommitdiff
path: root/src/m/alpha.h
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
commit571c516d3e9c3c20f7a77e5337e9edd7f0e0203d (patch)
tree199e236c4aa13bc1685db3d93722480b5819e637 /src/m/alpha.h
parenteeef31b74284fdb47e6818dc374b1bc1041cb75c (diff)
downloademacs-571c516d3e9c3c20f7a77e5337e9edd7f0e0203d.tar.gz
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
r_alloc, r_alloc_free.
Diffstat (limited to 'src/m/alpha.h')
-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