conditional defn of a_words array
svn: r15030
This commit is contained in:
parent
66daf1e88e
commit
5589bb28c7
|
@ -1249,7 +1249,9 @@ static int inline_alloc(mz_jit_state *jitter, int amt, Scheme_Type ty, int immut
|
||||||
{
|
{
|
||||||
GC_CAN_IGNORE jit_insn *ref, *reffail;
|
GC_CAN_IGNORE jit_insn *ref, *reffail;
|
||||||
long a_word, sz, algn;
|
long a_word, sz, algn;
|
||||||
|
#if defined(MZ_USE_PLACES)
|
||||||
long a_words[2];
|
long a_words[2];
|
||||||
|
#endif
|
||||||
|
|
||||||
sz = GC_compute_alloc_size(amt);
|
sz = GC_compute_alloc_size(amt);
|
||||||
algn = GC_alloc_alignment();
|
algn = GC_alloc_alignment();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user