* goops/compile.scm (compile-method): Tag method closure for body
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 4 Mar 2001 20:46:34 +0000 (20:46 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 4 Mar 2001 20:46:34 +0000 (20:46 +0000)
commitb432fb4b9929475c963e8be69ed6c7293bc964d2
tree16e1824b97a52b53b39a3a621ba13b31b4cad68e
parent5e03762c12262629f059d60a47f9d3c08e0102b7
* goops/compile.scm (compile-method): Tag method closure for body
expansion.

* goops.scm (change-object-class): Quote empty list constants.
(method): Reverted previous change (enclosing body);
Quote empty list.
(initialize <method>): Supply `dummy-procedure' as default instead
of creating a new closure.

* goops/internal.scm: Re-export (oop goops) without copying
bindings.
oop/ChangeLog
oop/goops.scm
oop/goops/compile.scm
oop/goops/internal.scm