Mercurial > emacs
comparison src/m/alpha.h @ 31945:ec88a2e32b0a
(XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declare
r_alloc, r_alloc_free.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 28 Sep 2000 09:29:02 +0000 |
parents | e207edc5ac5e |
children | 6d05bf639097 |
comparison
equal
deleted
inserted
replaced
31944:05763e780521 | 31945:ec88a2e32b0a |
---|---|
241 #ifndef NOT_C_CODE | 241 #ifndef NOT_C_CODE |
242 /* We need these because pointers are larger than the default ints. */ | 242 /* We need these because pointers are larger than the default ints. */ |
243 #if !defined(__NetBSD__) && !defined(__OpenBSD__) | 243 #if !defined(__NetBSD__) && !defined(__OpenBSD__) |
244 #include <alloca.h> | 244 #include <alloca.h> |
245 #endif | 245 #endif |
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 | 246 |
257 #endif /* not NOT_C_CODE */ | 247 #endif /* not NOT_C_CODE */ |
258 | 248 |
259 #ifdef OSF1 | 249 #ifdef OSF1 |
260 #define PTY_ITERATION for (i = 0; i < 1; i++) /* ick */ | 250 #define PTY_ITERATION for (i = 0; i < 1; i++) /* ick */ |