* bug#8800: 24.0.50: At revno: 104484 alloc.c does not compile
@ 2011-06-04 10:34 Peter Dyballa
0 siblings, 0 replies; only message in thread
From: Peter Dyballa @ 2011-06-04 10:34 UTC (permalink / raw)
To: 8800
Hello!
The is the report of GCC 4.5.2:
alloc.c: In function ‘memory_full’:
alloc.c:3286:7: error: ‘SPARE_MEMORY’ undeclared (first use in this
function)
alloc.c:3286:7: note: each undeclared identifier is reported only once
for each function it appears in
In src/alloc.c I have:
187 /* Points to memory space allocated as "spare", to be freed if
we run
188 out of memory. We keep one large block, four cons-blocks, and
189 two string blocks. */
190
191 static char *spare_memory[7];
192
193 #ifndef SYSTEM_MALLOC
194 /* Amount of spare memory to keep in large reserve block. */
195
196 #define SPARE_MEMORY (1 << 14)
197 #endif
In src/config.h I have, around line #1060:
#define SYSTEM_MALLOC 1
so SPARE_MEMORY does not get defined.
--
Greetings
Pete
And always remember the last words of my grandfather, who said: “A
truck!”
— Emo Phillips
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-04 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-04 10:34 bug#8800: 24.0.50: At revno: 104484 alloc.c does not compile Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.