Fold (oop goops util) into (oop goops)
authorAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2015 20:43:48 +0000 (21:43 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 23 Jan 2015 15:16:02 +0000 (16:16 +0100)
commitac5185c262c071b726f5245b634aa0434b646a29
tree1783d41e2f805b5b6668cb80291dbbfb841ae23a
parent06d54b3f700b7da0540a707d6e4c26475622cb74
Fold (oop goops util) into (oop goops)

* module/oop/goops/util.scm: Removed.  Instead we fold these definitions
  into goops.scm.

* module/oop/goops/save.scm: Remove useless import of util.scm.

* module/oop/goops.scm: Fold in util.scm.  Since we always use
  add-interesting-primitive!, import (language tree-il primitives) in
  the header.  Clean up some early comments, and use of eval-when.

* module/Makefile.am: Adapt.
module/Makefile.am
module/oop/goops.scm
module/oop/goops/save.scm
module/oop/goops/util.scm [deleted file]