Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 14 Jan 2013 11:07:50 +0000 (15:07 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 14 Jan 2013 11:07:50 +0000 (15:07 +0400)
commit9d5a1260b69af8ccb708a3e29b85aa1bf59f8405
tree96ad9563155d96eaede468ecce920f38527222ce
parent73ebd38f16c4799b657e501f188e9f3a3eca7805
Fix compilation with GC_MARK_STACK == GC_USE_GCPROS_AS_BEFORE.
* eval.c (eval_sub): Protect `form' from being GCed before its
car and cdr becomes protected with the backtrace entry.
src/ChangeLog
src/eval.c