call toplevel variables "toplevel", not "module"
authorAndy Wingo <wingo@pobox.com>
Mon, 29 Sep 2008 21:20:10 +0000 (23:20 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 29 Sep 2008 21:20:10 +0000 (23:20 +0200)
commita1122f8cba23ee17f0b4ae0c4cabd42f176a84dc
treec2325954db51e2a66352d44b11bf6b9eec333b67
parent48d0006409dc7d882ba47620d80f99f412f8fff1
call toplevel variables "toplevel", not "module"

* module/system/il/ghil.scm (ghil-var-for-set!, ghil-var-for-ref!)
  (ghil-var-define!): ghil-var-kind of a toplevel var is now 'toplevel.

* module/system/il/glil.scm: Renamve <glil-module> to <glil-toplevel>.
  Remove the unused `module' field. Remove the unused <glil-late-bound>
  type.

* module/system/il/compile.scm (make-glil-var): s/toplevel/module/

* module/system/vm/assemble.scm (<vlink-later>, <vdefine>): Remove the
  unused `module' parameters from these two types.
  (codegen, dump-object!): Adapt to module/toplevel name changes.
module/system/il/compile.scm
module/system/il/ghil.scm
module/system/il/glil.scm
module/system/vm/assemble.scm