diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-08 17:42:54 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-08 17:42:54 +0100 |
commit | 84680d238299c3b2c8be42b16a8be0ff6e02ba5c (patch) | |
tree | 69cf6033285f36721f7ce273f7544c091d224880 /module/system/vm/frame.scm | |
parent | 741073719e657c8d7103287e942a72a6aedcce88 (diff) | |
download | guile-84680d238299c3b2c8be42b16a8be0ff6e02ba5c.tar.gz |
Miscellaneous fixups related to objcode removal.
* module/scripts/compile.scm: Fix --help message.
* module/system/repl/command.scm (disassemble): Fix error message.
* module/system/vm/frame.scm: Remove objcode import.
* module/system/vm/objcode.scm: Remove some exports related to the
objcode type.
Diffstat (limited to 'module/system/vm/frame.scm')
-rw-r--r-- | module/system/vm/frame.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/system/vm/frame.scm b/module/system/vm/frame.scm index 8aba837d1..e3b3352d5 100644 --- a/module/system/vm/frame.scm +++ b/module/system/vm/frame.scm @@ -22,7 +22,6 @@ #:use-module (system base pmatch) #:use-module (system vm program) #:use-module (system vm instruction) - #:use-module (system vm objcode) #:export (frame-bindings frame-lookup-binding frame-binding-ref frame-binding-set! |