Lingering RTL excision in vm.c
authorAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 20:26:26 +0000 (21:26 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 19 Nov 2013 20:26:26 +0000 (21:26 +0100)
commitf42cfbf0b72da57a1dfae29d2525ef71abe1bc9d
treeff79facc904b5a668e611514085ef7985b6a3a31
parent20b1b91394bf588757492bbbdbb0fab46f2e1cf4
Lingering RTL excision in vm.c

* libguile/vm-engine.c:
* libguile/vm.c: Rework VM inclusion so that we don't define VM_ENGINE
  and expect vm-engine.c to understand that -- since there is only
  VM_USE_HOOKS, define that in vm.c directly.  Rename rtl_vm_foo to
  vm_foo.

* libguile/vm.h: Remove scm_t_vm_engine typedef.
libguile/vm-engine.c
libguile/vm.c
libguile/vm.h