Move RTL unpack macros to vm-engine.c
authorAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 20:11:28 +0000 (21:11 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 20:12:21 +0000 (21:12 +0100)
commit20b1b91394bf588757492bbbdbb0fab46f2e1cf4
tree6521ae1fbb3bc671bae3b0ff40748f839196f070
parent095100bbdbfc79ccba39fa68b75d8530361299d3
Move RTL unpack macros to vm-engine.c

* libguile/instructions.h: Remove SCM_UNPACK macros from here.
* libguile/vm-engine.c: Add them here, without the RTL_, and without the
  SCM_ prefix.
libguile/instructions.h
libguile/vm-engine.c