runtime/cheneygc.c: Use binding-stack-pointer access macro.
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 8 Nov 2012 23:32:29 +0000 (18:32 -0500)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Thu, 8 Nov 2012 23:32:29 +0000 (18:32 -0500)
commitdcf17f7d855d66c17b23c03a6fdc5cb0bc671175
treebe417fdd099da1c600fdca6e1746c5620ec188da
parentfb35df18abde8fc88c521cf7a811f41914a82890
runtime/cheneygc.c: Use binding-stack-pointer access macro.

  * Rather than access current_binding_stack_pointer (a global
variable) directly, use access_binding_stack_pointer() (a macro
defined in thread.h).
src/runtime/cheneygc.c