conditional defn of a_words array

svn: r15030
This commit is contained in:
Matthew Flatt 2009-05-31 02:23:34 +00:00
parent 66daf1e88e
commit 5589bb28c7

View File

@ -1249,8 +1249,10 @@ static int inline_alloc(mz_jit_state *jitter, int amt, Scheme_Type ty, int immut
{
GC_CAN_IGNORE jit_insn *ref, *reffail;
long a_word, sz, algn;
#if defined(MZ_USE_PLACES)
long a_words[2];
#endif
sz = GC_compute_alloc_size(amt);
algn = GC_alloc_alignment();