diff options
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r-- | src/m/alpha.h | 10 |
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 |