aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-09-28 09:29:02 +0000
committerDave Love2000-09-28 09:29:02 +0000
commit73d2741753ed22b9ec719729cec6ae466f7b6547 (patch)
treef9cf4cc8dc6b2a97c9d5b63172f47d6e6c5ee7fa /src
parent9690d0263a5d95ddfff437dcef032db829e0a88f (diff)
downloademacs-73d2741753ed22b9ec719729cec6ae466f7b6547.tar.gz
emacs-73d2741753ed22b9ec719729cec6ae466f7b6547.zip
(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
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! */
252extern char *r_alloc (), *r_re_alloc ();
253extern 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