diff options
Diffstat (limited to 'src')
| -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 | |||
| 244 | #include <alloca.h> | 244 | #include <alloca.h> |
| 245 | #endif | 245 | #endif |
| 246 | 246 | ||
| 247 | #ifdef REL_ALLOC | ||
| 248 | #ifndef _MALLOC_INTERNAL | ||
| 249 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it | ||
| 250 | is allowed to prototype these as "void *" so we don't prototype in | ||
| 251 | that case. You're right: it stinks! */ | ||
| 252 | extern char *r_alloc (), *r_re_alloc (); | ||
| 253 | extern void r_alloc_free (); | ||
| 254 | #endif /* not _MALLOC_INTERNAL */ | ||
| 255 | #endif /* REL_ALLOC */ | ||
| 256 | |||
| 257 | #endif /* not NOT_C_CODE */ | 247 | #endif /* not NOT_C_CODE */ |
| 258 | 248 | ||
| 259 | #ifdef OSF1 | 249 | #ifdef OSF1 |