add `formals', `body', and `compile-env' slots to <method>
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Oct 2008 09:56:31 +0000 (11:56 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 25 Oct 2008 20:58:48 +0000 (22:58 +0200)
commit21497600d23534b2878f82401ffaf5551fdb6efd
treee4009ae6458a6fc517d92709cde38a9a89fea128
parentae9ce4b786dd76d85061c5a3ceb3bb96b5ba6115
add `formals', `body', and `compile-env' slots to <method>

* ice-9/boot-9.scm (compile-time-environment): Return #f instead of
  erroring under the interpreter, a bit more sane.

* libguile/goops.c (create_standard_classes):
* libguile/goops.h (scm_si_formals, scm_si_body, scm_si_compile_env):
* oop/goops.scm (method, initialize): Add `formals', `body', and
  `compile-env' slots to <method>.
ice-9/boot-9.scm
libguile/goops.c
libguile/goops.h
oop/goops.scm